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.
Totally forgot about this, never occured to me that i could use this.
there is actually no need to save into variables the functions in our answers to these exercises, as we're not asked to then use them as parameters in higher order functions, so we can use a function expression, rather than a function declaration (plus, especially with the concise arrow syntax, we can use functions diretly as argumemts in other functions, or define and call them at the same time as an IIFE, eg. ((n)=> {console.log(n=5);}10); that logs 15)
Why do I forget about regex?
when you want to solve a problem, better way is using the fundamentals of the language not the built-in function.
wow this is much simpler
This is a more streamlined version of what I did. I'm glad to see I'm starting to improve ðŸ˜
Functions like these remind me "At least I'm learning something" xD
well that make sence.............
Nice solution, I did almost the same but a few lines longer. This is how I first learned about the "Set" method.
Why am I so stupiddddd
Very clever
Good one with the prototype. but if the object will be created with the class, the prototype is created automatically.
I can relate, lol
Yoo this is so good
I was so close...
Loading more items...