@dafrog1/cmpt315a2

1.0.0 • Public • Published

CMPT315A2

Learn to use NPM

Purpose

**BEWARE: This library was published for learning purposes. It is not int Describe the intended intent

Usage

Install it: npm install @dafrog1/CMPT315A2 Require it: const _ = require('@dafrog1/CMPT315A2'); Call it: const results = _.findNaNIndex()

Documentation

The following functions are currently implemented:

  • findNaNIndex(Array): find and return an array of indexs where NaN's are located in a array
  • isArrayFactorChain(Array): check if an array of integers is a factor chain
  • countNumberOfArrays(Array): check how many arrays are nested in a array
  • uniqueFilter(Array): filter out doubles and return filtered array
  • participants(Array): takes formatted data object. returns list of unique participants
  • winnersObject(...): takes formatted data object. returns data object showing who someone has won against
  • biggestLoser(...): takes formatted data object. returns name of person with most loser points

Readme

Keywords

Package Sidebar

Install

npm i @dafrog1/cmpt315a2

Weekly Downloads

2

Version

1.0.0

License

ISC

Unpacked Size

6.94 kB

Total Files

10

Last publish

Collaborators

  • dafrog1