Source code
Revision control
Copy as Markdown
Other Tools
function h(x) { return +x == x };
h(false)
assertEq(h(null), false);
assertEq(h(null), false);
function h(x) { return +x == x };
h(false)
assertEq(h(null), false);
assertEq(h(null), false);