@conlan2/cmpt315lab2

1.0.4 • Public • Published


# @conlan2/cmpt315lab2
The second lab in the cmpt 315 course. This lab is about learning javascript
## Purpose
**_BEWARE:_ This library was published for learning purposes. It is _not_ int

## Usage
**Install it:**
`npm install @conlan2/cmpt315lab2`
**Require it:**
`const _ = require('@conlan2/Cmpt315Lab2');`
**Call it:**
`const results = _.firstFunction()`
## Documentation
The following functions are currently implemented:
* `findNaNIndex(array)`: find the indices of NaN elements in the inputted array
* `isArrayFactorChain(array)`: returns True or false if the array is a chain of factors.
* `countNumberOfArrays(array)`: finds the number of arrays within an array, does not count recursive arrays.

/@conlan2/cmpt315lab2/

    Package Sidebar

    Install

    npm i @conlan2/cmpt315lab2

    Weekly Downloads

    0

    Version

    1.0.4

    License

    ISC

    Unpacked Size

    2.48 kB

    Total Files

    8

    Last publish

    Collaborators

    • conlan2