Source code

Revision control

Copy as Markdown

Other Tools

function f() {
var x = 1;
var y;
if (x = y = Math) {}
}
f();