Content deleted Content added
ZeusFourth (talk | contribs) |
|||
Line 213:
<syntaxhighlight lang="javascript">
console.log(0.2 + 0.1 == 0.3); // displays true as per ECMASCRIPT 6 Specifications
console.log(0.94 - 0.01); // displays 0.
</syntaxhighlight>
|