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.
Just when I think I did something something smart..
Smart! :) Should've thought of that..
I think it works without number due to type coercion? At least I did almost identically without converting the string for comparison
I put newString as bin = [] and still got it correct. I am unsure how because return "Bin" should have gotten me back an array but it was all strings so happy it worked but unsure still.
Clever!
a nice way to add parentheses
it looks beautiful
unnecessary parsing to Number as >= does not compare types. If you had >== you'd need it
In JS, an array is more-or-less an object with numbers as keys. So this answer is doubly redundant.