I'm unsure how to prepend the number 0 to a number in javascript.
Example input would be 1234, and this would wind up as 01234. Everything I try keeps adding the number zero, as opposed to prepending (obviously). Is there some way to escape the character, or some specific syntax for this?
This is for chrome.