michael@0: var x; michael@0: assertEq(-(typeof (x+x)), NaN); michael@0: assertEq(-(typeof Math.abs()), NaN); michael@0: