Create an Account
username: password:
 
  MemeStreams Logo

RE: When does 10 = 8?

search


RE: When does 10 = 8?
by Neoteric at 12:25 pm EDT, Jun 28, 2007

Acidus wrote:
In octal of course!

var x = 010;
alert(x); //displays 8

In JavaScript, Numeric Literals with leading 0's are treated as octal literals, unless the prefix is 0x, in which case its hex.

This is exactly the way it is in C.

--timball

RE: When does 10 = 8?


 
 
Powered By Industrial Memetics