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.
I added a translation for C# if anyone is interested in having a look at it.
This comment is hidden because it contains spoiler information about the solution
https://www.w3schools.com/js/js_type_conversion.asp
When JavaScript tries to operate on a "wrong" data type, it will try to convert the value to a "right" type.
This comment is hidden because it contains spoiler information about the solution