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.
Use
console.log("*"+parens+"*")
I have the same issue. I am not sure why this is the only test that has several results. Or the one above has 2 results. I only have this test faililng and I am not sure why. Could you give me some guidance?. Is it the one above or the one below the message that is wrong? if the one above then it says it passed and right below it failed.
Thanks
You're mistaking the input of that test. The log comes first, the test result appears below.
Issue with tests for javascript
Expected: true, instead got: false
Log
())
The expected should be false.
Very clever, I've never seen Boolean used this way but it makes sense to me!