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.
test [0,20,30]
Looks good.
OK
Thanks for the feedback, I have changed this to prevent the same numbers being used each time.
Hi your tests are not checking to see if the numbers returned are unique. Returing a array with fixed duplicate values and a single randomly generated value pass incorrectly.
Thanks for your feedback.
I have ammended the tests to account for hard coded responses.
This comment is hidden because it contains spoiler information about the solution
Thanks for pointing this out.
I have updated the intro and removed the requirement for the second function.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
You need to declare the variable i when constructing your for loop.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution