Source code

Revision control

Copy as Markdown

Other Tools

function j(x) {
return Math.pow(x, x) !== Math.pow(x, x)
}
j(-0)
assertEq(j(-undefined), true)