Skip to content

Commit a0b97fd

Browse files
committed
remove dead code
1 parent cbefa8c commit a0b97fd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,3 @@
1717
function calculateBMI(weight, height) {
1818
return Number((Number(weight) / Number(height) ** 2).toFixed(1));
1919
}
20-
21-
console.log(calculateBMI("12", "12"));

0 commit comments

Comments
 (0)