Source code

Revision control

Copy as Markdown

Other Tools

var x;
assertEq(-(typeof (x+x)), NaN);
assertEq(-(typeof Math.abs()), NaN);