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.
You're probably using
match
, and nobody told you the names would be capitalized or not.Having the exact same problem, don't understand what's going on....
Hello! Can somebody tell me please why the method join is not working in this task? Test all passed, only method join is not
Test Passed: Value == 'S.H'
Test Passed: Value == 'P.F'
Test Passed: Value == 'E.C'
Test Passed: Value == 'P.F'
Test Passed: Value == 'D.M'
TypeError: Cannot read property 'join' of null
at abbrevName
at /home/codewarrior/index.js:20:19
at /home/codewarrior/index.js:52:5
at Object.handleError