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