stojics1-lab2.1

1.0.2 • Public • Published

Project Title

The purpose of this is to demonstrate the use of npm with examples of functions

Purpose

**BEWARE: This library was published for learning purposes. It is not intended to build software with

Usage

Install it: npm install stojics/stojics1-lab2.1 **Require it:** const _ = require('stojics/CMPT315LAB2');**Call it:**const results = _.firstFunction()`

Documentation

The following functions are currently implemented:

  • add(num1, num2): adds two numbers together
  • sub(num1, num2): subtracts two numbers
  • mult(num1, num2): multiplies num1 by num2
  • divi(num1, num2): divides num1 by num2

Lab2

Readme

Keywords

Package Sidebar

Install

npm i stojics1-lab2.1

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

1.72 kB

Total Files

7

Last publish

Collaborators

  • stojics