@n4ncy/assignment2
v1.0.3
Published
A JavaScript library that uses functions to manipulate arrays and objects.
Downloads
1
Readme
CMPT315-assignment-2
This is assignment 2 for CMPT 315 which explores npm and JavaScript.
Purpose
This assignment aims to develop a JavaScript library that provides functions to manipulate arrays and objects.
Usage
Install it:
npm install @n4ncy/assignment2
Require it:
const _ = require('@n4ncy/assignment2');
Call it:
const results = _.firstFunction()
Documentation
The following functions are currently implemented:
function1(...)
: descriptionfunction2(...)
: descriptionfunction3(...)
: description