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.
Not sure if you have to explicitly state the return values of the class methods. TS infer is always there and would be a better approach.
Hi, consider the smallest number between 4 and
names.length
. This means, when names is longer than 4 elems, this expression always returns 4, so we are able to index the "default" value for 3or more ppl likeThis comment is hidden because it contains spoiler information about the solution
Simple FizzBuzz algorythm.