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.
Looks like you are using console.log to output name+"does not play banjo", but you need to use return to do that, i had the same issue.
thanks so much!, embarassing mistake
It looks like you're not returning any value. Printing is for your own debugging.
Hi there!, can someone share some light on this:
Test Results:
Fixed Tests
Basic Test Cases
Log
'ehT kciuq nworb xof spmuj revo eht yzal .god'
None should equal 'ehT kciuq nworb xof spmuj revo eht yzal .god'
Log
'elppa'
None should equal 'elppa'
Log
'a b c d'
None should equal 'a b c d'
Log
'elbuod decaps sdrow'
None should equal 'elbuod decaps sdrow'
I'm wondering what I'm doing wrong, they are strings, i get the correct output respecting the spaces....hmmm