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.
done
For foreigners, the description is as confusing as possible; absolutely nothing is clear. The examples do not show edge cases, and do not explain what needs to be done.
nice kata
Approved, thanks!
It's a special character in regex, it matches to any single character except line terminators.
So: /.*/ = any character any number of times
Please can you tell me what the dot is doing exactly?
JavaScript fork (author inactive):
Node v12 should be used enabled along with its appropiate assertion tools (Mocha + Chai).
No random test
JS: Node v12 should be used along with its proper assertion tools (Mocha + Chai).
added
This has been done with Regular Expression method.It's a part of a language,so you could find all info <3
I don't understand this notation. It obviously work, but can someone explain what does the arguments in the replace method mean?
Arrays with duplicate values (inside a single array) should be tested (it is not the case in JS at least).
Loading more items...