TheOdinProject/ruby-exercises

Array exercises

callmespiderbyte opened this issue · 1 comments

On line 22 in the array_exercises.rb file, the task is to return the second index of the array - the test passes on array[2] when asking for the second index, when it should be passing on array[1]

Thank you for bringing this to our attention. The wording is incorrect and I will clarify it for future students.