Source code

Revision control

Copy as Markdown

Other Tools

function f() {
var x;
var a = x;
Boolean(a = Number(12.34));
}
f();