Skip to content

Developer-Amritanshu/my-bmi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

##Installation

npm install your-bmi

##Require Module

const yourBmi = require('your-bmi');

##Calculation

  1. There is method calcBMI which take arguments of Weight in kg and Height in meter.

  2. Store it in a variable and log it afterwars.

  3. .calcBMI(Weight In Kg , Height In Meter)

const bmi = yourBmi.calcBMI(60,1.53);

##Video Watch Tutorial On Youtube Too. Youtube

SOME BUG FIXED

About

my-bmi npm package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published