Dup Goto 📝

WeirdStuff

PT2/lang/js 11-03 10:19:38
To Pop
6 lines, 27 words, 157 chars Friday 2023-11-03 10:19:38

Some weird things that happen in Javascript.

"1"+0-1               // is equal to 9
("0"+{})[1] === "o"   // is true
"length" in ["a"]     // is true