Try this:
<script language="javascript">
var iTest=040;
alert(iTest);
</script>
Since when is 40 = 32?
|
Try this:
Since when is 40 = 32? |
|||||||||||
|
|
With a leading zero, the numer is interpreted as octal and 4 * 8 = 32. |
|||
|