1.0.3 • Published 2 years ago

@n4ncy/assignment2 v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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(...): description
  • function2(...): description
  • function3(...): description
1.0.3

2 years ago