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.
Lovely when someone answers my exact questions on here :) Much appreciated.
This comment is hidden because it contains spoiler information about the solution
Ta, been asking that myself
Nice one! Like the alias XD
No worries - took me a while to learn how it all works!
Thanks I will next time, didn't realize that the discourse isn't seperated for each language.
Thank you for raising this issue.
I've looked at all the languages and can confirm they match now.
For future posts like this, please state the language and mark your comment as an Issue. It helps a lot.
Resilience?
arguments
is not anArray
;args
is. So for future-proofing, when prototype methods may be applied toargs
in new code, it might be useful. Like the curly braces around the single statement in thefor
-loop.These days, of course, you'd just do
function add(...args) {}
.What does "var args = Array.prototype.slice.call(arguments);" do?
Why not just call arguments[i] directly, is there a reason behind it?
I forgot 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..
Loading more items...