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 bad, not bad :)
Try to use a whitespace, it's easy!
LoL) Math is a power :)
Thank you! The best example what should be done.
unary plus (+).
Changing from String to Number.
Who can I sue over this situation?
Assignments define variables globally if you don't use const, let or var. Var is defined only in the innermost function where defined, and let and const are only defined in the block where defined.
console.log('damn '.repeat(3));
i - is not defined...
So, it doesn't work :)