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.
Well, I'm in :)
me too! I'm proud of both of us :D
Wrote exactly that and it was my first time solving something in a single line haha
great solucion
Clever because readable, I think ^^.
best practices just for readability
I prefer this one as it more readable
I wrote out a long solution but this one is nice.
Thank you @St3f4n i understand it now i'm a beginner in JS thats why it seems weird for me.
It's shorthand for Number(), so it's just a simple converting to a number.
can somebody explain to me why in the code there is the plus sign in the beggining of the code in my code i used parseFloat but this plus in the beggining i didnt understand .
Anytime you find yourself doing "return True if... else False" you may as well just return the expression itself, no?