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
love two pointers
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.
this should be the best right? It's the most efficient I've seen so far.
0%3==0, could have done the 2 edge cases in one line.
thumbs up to all