Source code

Revision control

Copy as Markdown

Other Tools

function f() {
f;
}
f();
f();
function g() {
typeof(f = []) + f > 2;
}
g();
g();