ruth_basiccalculator

1.0.1 • Public • Published

RuthBasicCalculator

This how you can use calculator

const {multiply}=require('charite-basic-calculator')
 function multiplicationTable(number){
    for(var i=1;i<=12;i++){
        console.log(`${i} * ${number} =${multiply(i,number)}`)
    }
}
 multiplicationTable(5)

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 0.10 or higher is required.

If this is a brand new project, make sure to create a package.json first with the npm init command.

Installation is done using the npm install command:

npm install ruth_basiccalculator

Features

1.content nogotiation
2.exutable for generating application quickly
3.super high test coverage

/ruth_basiccalculator/

    Package Sidebar

    Install

    npm i ruth_basiccalculator

    Weekly Downloads

    0

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    1.51 kB

    Total Files

    3

    Last publish

    Collaborators

    • umwizerwa