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.
String(num) is actually more versatile and consistent than num.toString(). For example, toString() will throw an error if num is null or undefined, while String(null) safely returns "null". Even though it’s not needed here, using String() is more robust and still very readable.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Sorry, the rule is not clear.
Modified the description to:
This comment is hidden because it contains spoiler information about the solution