Source code

Revision control

Copy as Markdown

Other Tools

function f() {
return (NaN ? 4 : 5);
}
assertEq(f(), 5);