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.
In short: You modified
functions
list.Here is the test case in js:
I suggest modify test case to:
With that, we can
pop
as we wish......This comment is hidden because it contains spoiler information about the solution
Indeed. I try to fix it....Thank~
Yes, if there is any other identifier named "func", it hides the function from the outer environment.
Are you mean something like this?
Fails (with TypeError) on this one:
The hardest part of this kind of solutions is generating unique identifiers.