1 == 2
false
String (Number (this.global) )
NaN
2 > 1
ReferenceError: gt is not defined
undefined
{__proto__: null}
null
console.log("e")
delete this.global;
true
1+2
3
1+1
console.log = function (...stuff){ throw stuff.join() } console.log("Hello, world!")
Hello, world!
h
for(;;){}
Error: Script execution timed out after 2500ms
while true {}
SyntaxError: Unexpected token 'true'
throw () => { return "^w^" }()
SyntaxError: Unexpected token ')'