self_example/Spider/Chapter11_JavaScript逆向/apply-ast/code/code1.js

4 lines
96 B
JavaScript

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