Javascript WTF

A site where we can all share in those little WTF moments we enjoy with Javascript


Floating Point Maths

0.1 + 0.2 === 0.3 // false

(Clearly this is a normal floating point problem, but still!)