>In sloppy mode, a number beginning with a 0, such as 0644, is interpreted as an octal number (0644 === 420)
How does something like this even happens.
Anyway, if you "use" strict mode, but the browser doesn't support it, you're effectively not running in strict mode, so you can't actually assume the Javascript will execute differently.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...