const a = !![]; const b = "abc" == "bcd"; const c = (1 << 3) | 2; const d = parseInt("5" + "0");