1 2 3 4 5 6
function f() { var x = false; NaN ? x = Math.floor() : x = Math.ceil(); return x * 12345; } assertEq(f(), NaN);