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.
Hey it could be worst, i know how to use it and still used it wrong .-.
I don't know why 0 * -1 = -0 in JavaScript which is very different from math. Every number that multiplies with 0 should be result in 0 right?
ofcourse!
Because that doesn't do what the problem requires.
This comment is hidden because it contains spoiler information about the solution
-0 is 0. Do you know what the word "bug" means? It means when actual behavior fails to match expected behavior, which is not the case here.
This comment is hidden because it contains spoiler information about the solution
-0 is 0
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
bomboclacthat
This comment is hidden because it contains spoiler information about the solution
Niceeee
Nahhh, even if they had used
Test.assertDeepEquals
, the kata will still be solvable, not sure how this one ended up to be updated to Node 18. only though......Loading more items...