lab2example
v1.0.4
Published
My Lab 2 example
Downloads
2
Readme
lab-2
This is the lab demo for learning javascript and npm(node package manager) ##Purpose **Beware This libarary was intended for learning purposes
Usage
Install it:
npm install @andrewbartko/lab-2
**Require it:**
const _ = require('@andrewbartko/lab-2');**Call it:**const results = _.firstFunction()`
Documentation
The following functions are currently implemented:
function1(...): descriptionfunction2(...): descriptionfunction3(...): description
