Source code

Revision control

Copy as Markdown

Other Tools

function f() {}
(function() {
f()
})()
function g() {
new f >> 0
}
g()