Jason LeMoine

Results 1 issues of Jason LeMoine

I'm curious about the solution for `convertToBinary`. Currently, it's breaking off each bit and sticking it into an array to join later. I used `num.toString(2)` for the initial conversion and...