We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d95fee commit 5de407cCopy full SHA for 5de407c
Sprint-2/implement/bmi.js
@@ -27,7 +27,6 @@ function bodyMassIndex(weight, height) {
27
return "Invalid input. Please enter valid weight and height.";
28
}
29
30
-
31
//Avoid .toFixed() if we need a number (as .toFixed() returns a string).
32
console.log(bodyMassIndex(70, 0));
33
0 commit comments