+ 11
Please HELP what's the error
4 Respostas
+ 4
You have broken line 6 down to line 8, and improper string end quotes placement.
document.getElementById("answer").innerHTML = "That's <b> " + f + "°F.</b>";
+ 6
Thanks a lot
For helping
+ 5
The error in JavaScript
+ 5
In line 6 or 7