Source code
Revision control
Copy as Markdown
Other Tools
function f(x, y, z) {
if (1)
x = z;
return x + y;
}
assertEq(f(0, 2, {}), "[object Object]2")
function f(x, y, z) {
if (1)
x = z;
return x + y;
}
assertEq(f(0, 2, {}), "[object Object]2")