Installation
This is a Node.js module available through the npm registry. Installation is done using the npm install command:
npm install 02-mypackage;
usage
const myPackage = require(' 02-mypackage');
console.log(myPackage.add(1,2));
console.log(myPackage.name);
donate
Installation
This is a Node.js module available through the npm registry. Installation is done using the npm install command:
npm install 02-mypackage;
usage
const myPackage = require(' 02-mypackage');
console.log(myPackage.add(1,2));
console.log(myPackage.name);
donate