Source code

Revision control

Copy as Markdown

Other Tools

function foo() {
return '' / undefined;
}
foo();
assertEq(foo(), NaN);