Skip to content

Commit 550d88c

Browse files
authored
Update script.js
1 parent 44482d8 commit 550d88c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bmi-calculator/script.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ function bmi(){
44
let ans=w/(h/100*h/100);
55
let bmio=(ans.toFixed(2));
66
document.getElementById("result").innerHTML="Your BMI is "+bmio;
7-
}
7+
}
8+

0 commit comments

Comments
 (0)