ALT console.log(0.1 0.2 == 0.3); // false
ALT var foo = 10 '20'; console.log(foo) // '1020' typeof(foo) // string