Emmanuel b7eccee437 Navbar | пре 5 година | |
---|---|---|
.. | ||
src | пре 5 година | |
test | пре 5 година | |
LICENSE-MIT | пре 5 година | |
README.md | пре 5 година | |
package.json | пре 5 година |
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true