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.
JS: Node v12 should be used along with its appropiate assertion tools (Mocha + Chai).
Refer to this and this
JS: Should have more sample tests
Mistake in sample tests in Ruby:
The empty string has no occurrences of characters. So returning the full aphabet is illogical; returning the empty string would make much more sense. Current specification is in contradiction with the description itself.
Also, it's not even specified. Being a special case, it should definitely be in the description. ( Or expect
""
; then it conforms to the existing specification. )