Skip to content

Commit 9d4fb3c

Browse files
committed
testing a comment line
1 parent 9b386e9 commit 9d4fb3c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@
1616

1717
function calculateBMI(weight, height) {
1818
// return the BMI of someone based off their weight and height
19-
}
19+
}
20+
21+
22+
23+
// update the code below to test your function with different inputs

0 commit comments

Comments
 (0)