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.
Didn't realize that was the case, thanks for telling me about it.
Why bother flooring to Int at all? The tests pass wihtout it.
ohh
I am sorry, i just learn about JS. if you can add multiple languange it would be great.
Is this avalaible on Python? Try adding multiple languages.
Dont worry, i am still learning too. The Math.floor is for rouding down, for example the number is 1100.000000002, the number will be 1100.
Ok, i will add the rounding in description. Thanks for the input
There is no mention of rounding anywhere in the description, why did you add it?
What does Math.floor do(I am still learning).