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.
This comment is hidden because it contains spoiler information about the solution
Nice one! Like the alias XD
Thanks I will next time, didn't realize that the discourse isn't seperated for each language.
What does "var args = Array.prototype.slice.call(arguments);" do?
Why not just call arguments[i] directly, is there a reason behind it?
This comment is hidden because it contains spoiler information about the solution
Description should say "isUppercase() " instead of "is_uppercase()"
This comment is hidden because it contains spoiler information about the solution
I recommend the site https://regex101.com to build/test/learn RegEx.
Tried BigInt in js but get an error on this. "ReferenceError: BigInt is not defined" Really strange. Tried it even in codepen where the same thing works..
This comment is hidden because it contains spoiler information about the solution
It' missing tests across two different years (like 20Dec 2018 – 10 Jan 2019)
Had a similar issue with Jane. Copied "jane_reporting_4_duty" from the description instead of "janeReporting4Duty" took my for ever to realize.
Nice idea with the powerLevel object
How come this got through the test? Shouldn't this throw an error whe x does not contain n?