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.
Nice!
You blew my mind with that solution 🤯
Another level solution 👏
Oooh! I like this solution. It's quite clever. Nice work. 🙌
Good one
e refers to element in the array of the current itteration and i the index of the element in the current itteration on each itteration we are substraction the index i from the input number n populating the array with decreasing numbers from first number n each time by 1
This one has me a little confused. How do we pass in the val parameter for this one?
I would have never thought of this. Nice one.
best one
really good solution
smart
Smart!
What's the 'e' needed for in the map callback? I tried without it and it doesn't work but not sure what that 'e' is actually doing
Bravo on the logic
It's not necessary, this 0 is never used (
e
isn't either).Loading more items...