Repositorio del curso CCOM4030 el semestre B91 del proyecto kilometro0
Luis f4296bcada project initialized il y a 4 ans
..
src project initialized il y a 4 ans
test project initialized il y a 4 ans
LICENSE-MIT project initialized il y a 4 ans
README.md project initialized il y a 4 ans
package.json project initialized il y a 4 ans

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