Source code

Revision control

Copy as Markdown

Other Tools

function f(x) {
return x.length / 2
}
f("")
assertEq(f(undefined + ""), 4.5);