Q: What does the last expression evaluates to?
Answered
quiz
38/39
array = ["today", "is", "thursday"] array.[](2,1)
copy
Ruby 3.3.0
undefined method `[]' for an instance of Array (NoMethodError)
["is", "thursday"]
"is"
["thursday"]
privacy policy