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.
destructuring scores into an array inthe function definition was a good move
takes all the arguments of a function and stores it as an array, so it allows it to be called and manipulated
I like your implementation of average!
what does the ... scores mean? Initially I got everything but the dots right.
If I had my own number zoo, I would hire you immediately
Nice clean solution! Thanks!
this is a great solution!
This comment is hidden because it contains spoiler information about the solution