Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 495 Bytes

readme.md

File metadata and controls

31 lines (19 loc) · 495 Bytes

##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