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.
I wrote this 2 years ago.
Damm i was a bitch
outdated and not working anymore
no need for space in split
it's the default value
no
This comment is hidden because it contains spoiler information about the solution
so if it's equal to true return true but if it's false return false?
sound stupid innit?
use "return xNum===oNum" why using all the if else shit?
This comment is hidden because it contains spoiler information about the solution
you will need to reverse the array after that
if you make a for loop to the length of the array and push to the binarr 2**i it will work with any length :D
that's too much work LOL
you use sum once and you won't use it more than that so you can use it in the same line and save some bytes :D
won't it leave an error when it turns the negative numbers to strings?