Skip to content

Get addition of N numbers of integers using this npm package.

License

Notifications You must be signed in to change notification settings

anshubeniwal/addNumbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

Get addition of N Integers.

Installation

npm i numbers-add --save

Then...

import { addNumbers } from 'numbers-add'

let addition = addNumbers(num1, num2)

Options

addNumbers supports N arguments.

  • num1 - 1,2,3....
  • num2 - 1,2,3....
  • . - .....
  • .
  • .

About

Get addition of N numbers of integers using this npm package.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published