Test name | Executions per second |
---|---|
test truth | 1771618304.0 Ops/sec |
test undefined | 1736551424.0 Ops/sec |
test hasOwnProperty | 1569789824.0 Ops/sec |
var n ={};
if(!n.foo) {
}
if(n.foo===undefined)
{
}
if(!Object.hasOwn(n,'foo'))
{
}