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 think modifying a parameter (n) within a function is bad practice as others working on the same code may rely on the original value elsewhere.
It shows me an arror when I try this solution
This comment is hidden because it contains spoiler information about the solution
Sorry, now all works correct. But i don't undestend, how you use "this" in row function. "this" in row function it's "Window', isn't?
It works fine for me.
If i copy-past this solution to testing in task, it does not work!!!!
Why this solution here?
woah I forgot you could do this!
this is definitely my favorite solution to this... wish I'd thought of it.
Wonderful
What I did lol
ugh that looks so satisfying, i love to try and make all my code as compact as possible. how did i not think of this?!?
In Python, you can make another identifier refer to the same function by assignment.
I'm confused. How does this work?
you will need to reverse the array after that
Loading more items...