Source code
Revision control
Copy as Markdown
Other Tools
function f() {
var x = Object.prototype.hasOwnProperty.call(1);
assertEq(x, false);
isNaN(2);
}
f();
function f() {
var x = Object.prototype.hasOwnProperty.call(1);
assertEq(x, false);
isNaN(2);
}
f();