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.
Added
Already raised as issue
bruh you should encourage people to use new technology
I don't know if this is clever or a best practice. I just wasn't aware that you could do this with template literals.
Now, as to what is a best practice?
I don't think it is a best practice to support outdated browsers. Not everyone wants or can afford to support everything under the sun. The kata is run on node, and if what you are using supports the option, then it is fair game.
This comment is hidden because it contains spoiler information about the solution
Good hints. Thanx. I will think about it.
Thanks for doing the kata! :-)
Happy to hear you enjoyed it!
The example test cases provided to the user is only meant as a source of reference to allow the user to check if his or her code is still working properly as he or she is attempting to shorten and refactor it.
The problem is, if I provide too much of the final test cases to the user, he or she may more easily figure out how to cheat by knowing how the character count works, for example.