my-first-mod

1.0.2 • Public • Published

my-first-mod

an npm training module

Installation

npm install my-first-mod

Usage

var Mod = require('my-first-mod');
 
var sum = Mod.add(1, 2);
console.log(sum); // 3
 
var greeting = Mod.sayHello('ashley');
console.log(greeting); // "Hello, ashley!" 

/my-first-mod/

    Package Sidebar

    Install

    npm i my-first-mod

    Weekly Downloads

    0

    Version

    1.0.2

    License

    ISC

    Last publish

    Collaborators

    • ag_dubs