bug693311.js (154B)
1 function f(x) { 2 assertEq("a" !== x, true); 3 assertEq("b" != x, true); 4 assertEq("c" === x, false); 5 assertEq("d" == x, false); 6 } 7 f(1); 8 f(1);
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |