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
My congrats, you know Javascript well enough
This comment is hidden because it contains spoiler information about the solution
perfect
good, better than mine
As far as I can tell, this doesn't hurt performance. You'd still have to do a full pass regardless; thus, you can't stop.
This is actually brilliant and doesn't use REGEX :D
This comment is hidden because it contains spoiler information about the solution
haha; I was just thinking the same thing. 1 line of code isn't better if first response is 'whhaaat' to looking at it and you have to disect it.
...but way to use the various built-in methods.
Clever, but not sure about best practice.
Wow can you explain, I don't understand this solution, very zen of python.
This comment is hidden because it contains spoiler information about the solution
Nice module
Agreed
You are correct james!
It's a better practice to use 'is' operator than '_ _eq _ _' (i.e. '==' and '!='), which can be overwritten and provoke weird behaviour.
Loading more items...