1 == 2
String (Number (this.global) )
2 > 1
ReferenceError: gt is not defined
{__proto__: null}
console.log("e")
delete this.global; 
1+2
1+1
console.log = function (...stuff){
    throw stuff.join()
}
console.log("Hello, world!")
Hello, world!

h

Code must be enclosed in code blocks!
Code must be enclosed in code blocks!
1+1
for(;;){}
Error: Script execution timed out after 2500ms
while true {}
SyntaxError: Unexpected token 'true'
throw () => {
  return "^w^"
}()
SyntaxError: Unexpected token ')'
Load more comments