window.href="https://elaruu.wixsite.com/wiki"
console.log("alt F4")
console.log("Hello World!")
"111"
throw Symbol()
"does this still exist"
does this still exist
(()=>JSON.stringify(Object.keys(this)))()
SyntaxError: Unexpected token ')'
undefined
JSON.stringify(Object.keys(this.global))
["global","Function","eval"]
I mean like
JSON.stringify(Object.keys(this))
["global","Function","eval"]
JSON.stringify(this)
TypeError: Converting circular structure to JSON
--> starting at object with constructor 'global'
--- property 'global' closes the circle
undefined
[object Object]
String.prototype