michael@0: function h(x) { return +x == x }; michael@0: h(false) michael@0: assertEq(h(null), false); michael@0: assertEq(h(null), false);