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 didn't know about the 3rd argument, thanks for this lesson.
PHP allows naive solutions to pass, other languages require a more optimized solution.
timed out ofc...
This certainly did not feel like a 7 kyu, especially with the optimization required for Javascript. I learned alot though, thank-you to the author.
In Javascript, the original number outside the function remains unchanged. This is because numbers are passed by value.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
So good haha!
This comment is hidden because it contains spoiler information about the solution
strings are immutable
This comment is hidden because it contains spoiler information about the solution
Funny you say this now, yesterday I learned what XOR even was and that JS had an operator for it.
Draw a grid on a piece of paper and place a starting point on it, there you can experiment and test whether your logic is correct as well as find the solution.
This comment is hidden because it contains spoiler information about the solution
Loading more items...