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.
Cannot complete kata - Error: Cannot find module 'web3'.
Also kata did not have any JS version
it's nice when you take first element in method 'every', but most of people solve it in another way.
This comment is hidden because it contains spoiler information about the solution
Poorly worded, but it must be understood that the characters are not sequential (consecutive characters are A, then B, then C, and so on)
No test if input array is empty or add this info to details (empty array is valid).
This kata could not be done.
Error: Cannot find module 'web3'
at Function.Module._resolveFilename
at Function.Module._load
/home/codewarrior/index.js:4:16
at Object.handleError
Need changing in this piece of code from 'it("Random tests",()=>{' to 'describe("Random tests",()=>{'
As the block with random tests is displayed red although all tests were successful.
if else
is slightly more efficient. Butif if
it looks more aesthetically, only in this reason.This comment is hidden because it contains spoiler information about the solution