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.
tests are correct.
Did you check to see whether one of the scores arrays had an entry greater than 100? e.g. a scores array of [105,5] would need to return false for the entire function even if the other scores summed below 100 since you cannot attain a single spin result greater than 100.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution