String (Number (this.global) )
ReferenceError: gt is not defined
{__proto__: null}
console.log("e")
console.log = function (...stuff){
    throw stuff.join()
}
console.log("Hello, world!")
Code must be enclosed in code blocks!
Code must be enclosed in code blocks!
for(;;){}
Error: Script execution timed out after 2500ms
while true {}
SyntaxError: Unexpected token 'true'
throw () => {
  return "^w^"
}()
SyntaxError: Unexpected token ')'
Load more comments