marliannesadoway-cmpt315-a2-prep
v1.0.2
Published
Lab 2 - Prepping for Assignment 2 ## Purpose **_BEWARE:_ This library was published for learning purposes. It is _not_ intended to do anything else. ## Usage **Install it:** `npm install @marliannesadoway/CMPT315-A2-PREP` **Require it:** `const _
Downloads
6
Readme
Project Title
Lab 2 - Prepping for Assignment 2
Purpose
**BEWARE: This library was published for learning purposes. It is not intended to do anything else.
Usage
Install it:
npm install marliannesadoway-CMPT315-A2-PREP
Require it:
const _ = require('marliannesadoway-CMPT315-A2-PREP');
Call it:
const results = _.firstFunction()
Documentation
The following functions are currently implemented:
function1(...)
: descriptionfunction2(...)
: descriptionfunction3(...)
: description