WBE_Miniprojekt/code/node_modules/has
schrom01 59bac579b4 solved Lab 2022-12-21 20:45:47 +01:00
..
src solved Lab 2022-12-21 20:45:47 +01:00
test solved Lab 2022-12-21 20:45:47 +01:00
LICENSE-MIT solved Lab 2022-12-21 20:45:47 +01:00
README.md solved Lab 2022-12-21 20:45:47 +01:00
package.json solved Lab 2022-12-21 20:45:47 +01:00

README.md

has

Object.prototype.hasOwnProperty.call shortcut

Installation

npm install --save has

Usage

var has = require('has');

has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true