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 0d5ad45 commit 6c2f977Copy full SHA for 6c2f977
Sprint-2/3-mandatory-implement/1-bmi.js
@@ -21,8 +21,3 @@ function calculateBMI(weight, height) {
21
}
22
23
console.log(`Your BMI is ${calculateBMI(70, 1.73)}`);
24
-
25
-//const actualOutput = calculateBMI(70, 1.73);
26
-//const targetOutput = "23.4";
27
28
-//console.assert(actualOutput === targetOutput, `That is not the correct BMI`);
0 commit comments