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.
Thank you for your help.
The test want us to written 'true' for empty strings. Thank you for your suggestion, really appreciate it.
I console.log again but the test clearly does not show in which input as argument my code failed...
This comment is hidden because it contains spoiler information about the solution
While attempting my code all tests are evaluating to true, except one. When I console.log the argumnents which are provided to the program, the test wants the code to return 'true' for parenthesis "validParentheses('())')".