Illia Kozyr c722a49f64 React Project DONE | před 2 roky | |
---|---|---|
.. | ||
src | před 2 roky | |
test | před 2 roky | |
LICENSE-MIT | před 2 roky | |
README.md | před 2 roky | |
package.json | před 2 roky |
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true