04+05 vs 040+050

# Jorge Chamorro (11 years ago)
$ node
04+05
9
040+050
72

Is that right? Isn't it a bit of a mess/wtf? Is it going to stay so in the future?

# Erik Arvidsson (11 years ago)

This is legacy octal numbers. They are required for web compat.

Use strict mode to "fix" this.