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.
This comment is hidden because it contains spoiler information about the solution
This solution seems to assume you can't refactor the Node class.
wow - this is the most pointless kata - really got annoyed with it.
ah nice, thanks!
yeah, understandability is definitely a valuable trait :-)
Despite your answer being more verbose and having more variables than most, I really liked your comments. Up
How does it work?
Your code is returning
false
always, and the test it fails is this:That test expects
true
.NaN doesn't exist as a data type. It's type is
"number"
Please use a spoiler flag, comments are visible to everyone by default (I put the flag on for you this time). Also, format your code properly or it's not usable, see there: https://docs.codewars.com/training/troubleshooting/#post-discourse
This comment is hidden because it contains spoiler information about the solution
LMGTFY
This comment is hidden because it contains spoiler information about the solution
.
That's how JavaScript works. This kata is just to show us this weird behavior. Btw he didn't consider
null
as numbers.Typescript 3.3 or above should be enabled
Loading more items...