Source code

Revision control

Copy as Markdown

Other Tools

function f(o) {
o += "";
o.hasOwnProperty("x");
}
f({});