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
I finally get it. Thankyou for taking the time to explain this, I appreciate it.
The confusion seems to come from misreading the body of the arrow function:
In the code above,
map.set('foo', v)
is not called beforenew Map()
because it's inside the anonymous function passed tofoo
.Maybe rewriting like the following will help you understand:
The best answer, well done.
Yeah I read that, most of it makes sense but that one thing i requested I just don't understand how the code doesn't fail when the map looks to be created after the code before is executed...
check down three posts!
This comment is hidden because it contains spoiler information about the solution
Ah I get it! Much apreciated!!
This comment is hidden because it contains spoiler information about the solution
@Souzooka & cave.on
My solution used the .filter() method also. I'm still learning, do you think in a working environment your solutions using the for loop would be better practice?
Appreciate any feedback!
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
That's the good stuff.
@Blind4Basics & @B1ts Thankyou both, much appreciated!
Loading more items...