look at this code
var x=2E-7
console.log(x);
when i run it result will be 2E-7 instead of 20000000
why?is it a bug or sth else?
look at this code
var x=2E-7
console.log(x);
when i run it result will be 2E-7 instead of 20000000
why?is it a bug or sth else?