Dieses Repository beinhaltet HTML- und Javascript Code zur einer NotizenWebApp auf Basis von Web Storage. Zudem sind Mocha/Chai Tests im Browser enthalten. https://meinenotizen.netlify.app/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Christian Martin b3502d3b7d mocha getestet 4 years ago
..
src mocha getestet 4 years ago
test mocha getestet 4 years ago
LICENSE-MIT mocha getestet 4 years ago
README.md mocha getestet 4 years ago
package.json mocha getestet 4 years ago

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