Source code

Revision control

Copy as Markdown

Other Tools

if (false)
function g() {}
function f() {
var x;
(x = Infinity) >> x--;
}
f();