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 :D
Test.assert_equals(generateHashtag("code" + " " * 140 + "wars"), "#CodeWars")
here they're expecting #CodeWars but my code is giving the output as false cause it's more than 140 chars rest of the sample test works
if more than 140 chars is suppose to give the output as false
then why does the test code expect ("code"+" "*140+ "wars") output to be #CodeWars ?
isn't it more than 140 char hence false output