Irina Glushko 2389e7160b HW1 done | пре 3 година | |
---|---|---|
.. | ||
src | пре 3 година | |
test | пре 3 година | |
LICENSE-MIT | пре 3 година | |
README.md | пре 3 година | |
package.json | пре 3 година |
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true