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 976687d commit 2cfbda1Copy full SHA for 2cfbda1
Sprint-2/3-mandatory-implement/1-bmi.js
@@ -25,6 +25,6 @@ function calculateBMI(weight, height) {
25
console.log("The BMI is",calculateBMI(70, 1.73));
26
console.log(typeof calculateBMI(70,1.73));
27
28
-// Thank you. As I see it n the console it looks like a number when actually it is a number,
+// As I see it in the console it looks like a number whilit was a string.
29
// the code has been updated to return a number as -----return Number(bmi.toFixed(1));
30
// changing the string into number.
0 commit comments