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.
map
andsome
are disabled but it's not said in the descriptionWhy are you using assertEquals for random tests, but not for the fixed ones? (at least mention the expected result and not just 'Check blank!')
Also, as usual, reading source file via
require('fs')
should be done in preloaded becauserequire
is cached, and it's trivially easy to modify it in user code.Checking method usage by string is not acceptable, easily bypased, and nobody has done this since 2017.