Some weird things that happen in Javascript.
"1"+0-1 // is equal to 9
("0"+{})[1] === "o" // is true
"length" in ["a"] // is trueSome weird things that happen in Javascript.
"1"+0-1 // is equal to 9
("0"+{})[1] === "o" // is true
"length" in ["a"] // is true