Q: What does the expression evaluates to?
Answered
quizz 25/36
Integer.new("44")
copy
Ruby 3.3.0
undefined method `new' for class Integer (NoMethodError)
String can't be coerced into Integer (TypeError)
44
nil
privacy policy