this = null eval("throw 'Pee'")
SyntaxError: Invalid left-hand side in assignment
return "test"
SyntaxError: Illegal return statement
throw Object.keys(this.global)
global,Function,eval
let test = "n" test += "ya" test + "~"
throw Object.keys(this);
Idk what now
throw window
ReferenceError: window is not defined
throw token
ReferenceError: token is not defined
1+8+7+7+7+77+7+7+7+7+7+7+7+7+7+7+7+6+6+55++55+6
SyntaxError: Invalid left-hand side expression in postfix operation
Hi
ReferenceError: Hi is not defined
alert('hello')
console.log("Hello World")
fetch
ReferenceError: fetch is not defined
JSON.stringify(process)
ReferenceError: process is not defined
throw Symbol("reset");
this.Function = null; throw Function
null
throw this
[object Object]