binary to number javascript and back code example Example: binary to int javascript let binary = 0001 parseInt(binary, 2) // returns 1