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.
See the example in the description and you'll find out what you're doing wrong there. The test is fine.
You may want to play around with Math.ceil and Math.floor ........
I meant that players list isn't [1, 2, 3], but [object 1, object 2, object 3], so [0] returns an object/class (the preloaded thing). This object has property
.name
.Don't change function parameters, but what you do with the result.
This comment is hidden because it contains spoiler information about the solution
That test looks for
**
in your code, False means it was, True, it wasn't.You can't use ** in your code, as the error message says.