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.
Yes, that the log appears above the test result, so you're confusing the expected value of the previous test with the input of the next one.
There is something incorrect with this Kata when using Javascript.
In the instructions of the Kata it says the following is false:
"(}"
However, when I console.log the input it says that it expected true on:
"(}"
and it got false. Therefore I failed that instance. According to the instructions this case should be false. Am I missing something painfully obvious here?