Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
[*1..num] does same thing as (1..num).to_a
You have 2 messages :
. . . and . . .
What can you think about the
n
of this (effectively) last tests ?This comment is hidden because it contains spoiler information about the solution
Basic tests
Test Passed
Test Passed
Test Passed
Test Passed
Test Passed
Test Passed
'n' < 0
Test Passed
Test Passed
Test Passed
Test Passed
Test Passed
Non-intger list
Test Passed
Test Passed
Test Passed
abs(n) > size of list
Test Passed
Test Passed
Test Passed
'n' exceeding array indices: [1, 2, 3, 4, 5] should equal [3, 4, 5, 1, 2]
Hard to know what is your last test . . .
Do you know how many tests you have passed or which error message was printed ?
What was the last test?