Skip to content

Commit 9398992

Browse files
Remove console log to fix with meta data error
1 parent d3f986b commit 9398992

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sprint-2/3-mandatory-implement/1-bmi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ function calculateBMI(weight, height) {
1919
return Number((weight / (height * height)).toFixed(1));
2020
}
2121

22-
console.log(calculateBMI(60,1.56));
22+

0 commit comments

Comments
 (0)