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.
anyway no fun with broken code =)
Search for global values and you will see.
The description didn't say not to overwrite a falsey value. It said not to redefine an existing namespace.
How can you find that what you need is named 'theWire'?
(except 'CutTheWire.toString()')
I understand your concern about falsy values, but this does not fix this (unlikely) scenario. In case MyNamespace is
0
(or any other primitive value) your code would fail on this line:Since MyClass reference will be discarded right after the number is coerced to an object. Another example below:
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Yet is the most voted answer, I don't understand it either.
Solution is wrong. doesn't work with
))
))))
etc.Hmm nice trick using nested ?: exps
Why ^ 0 ?
This comment is hidden because it contains spoiler information about the solution