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.
Ta, been asking that myself
No worries - took me a while to learn how it all works!
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) {}
.You are absolutly right. Seems like I had luck when I tried to submit it the first time. Maybe I will fix it