I am new to programming i am learning javascript on w3 schools and come to know that
var x = 0.2+0.1; // result will be 0.30000000000000004
alert(x);
how it is possible. Please let me know
I am new to programming i am learning javascript on w3 schools and come to know that
var x = 0.2+0.1; // result will be 0.30000000000000004
alert(x);
how it is possible. Please let me know