Skip to content

sianlouisa/addition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@sianlouisa/additon

npm (scoped)

Add two numbers together.

Install

npm install @sianlouisa/addition

Usage

const addition = require("@sianlouisa/addition");

addition(1, 2);
//=> "3"

addition("hello", "world!");
//=> Uncaught TypeError: Numbers required!

npmjs.com github.com

About

Testing out how to create a Node.js package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages