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.
Well that's probably where it comes down to practice for reading error messages.. It even says that you NEED to print our the "Witty response" Or something along those lines. Thanks! + internet points to you!
On the final test case (the one where the string has no white spaces) are you sure you're returning the string: "You just wanted my autograph didn't you?"?
(JavaScript)Using sg.test (Not the actual method, just a reference) to check if the building contains any white space. If it does I'm just replacing it with "". 2 of the 3 test phases work, however the last one that has No white spaces, does not get approved, even if it's supposed to do nothing with it and just print it out the way it is. Any clue how to get around this? (TOtal nEwB)