Source code

Revision control

Copy as Markdown

Other Tools

function f() {
var x = 5;
var y = 0;
return x % y;
}
assertEq(f(), NaN);