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.
%1 soooooo smart :)
(0)_(0) and all that I went and did
Don't use float numbers!-)
In javascript, float number operations may not get the exact answer we want,
e.g. 1/3 + 1/2 = 0.8333333333333333, 5/6 = 0.8333333333333334, thus 1/3 + 1/2 != 5/6
so how could we deal with this problem?
Why not use .every()