Skip to content

Commit 2bdebf4

Browse files
author
russom
committed
Remove console.log
1 parent 4064cd8 commit 2bdebf4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,4 @@
1717

1818
function calculateBMI(weight, height) {
1919
return (weight / (height * height)).toFixed(1);
20-
}
21-
22-
console.log(calculateBMI(70, 1.73));
20+
}

0 commit comments

Comments
 (0)