We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 240e3c3 commit 5a2653cCopy full SHA for 5a2653c
bmiCalculator.js
@@ -15,6 +15,7 @@ function bmiCalculator(weight,height){
15
return("Your BMI is " +bmi+ ". So, you are overweight.");
16
}
17
18
+ return bmi;
19
20
21
0 commit comments