+ 3
Airee
"Always specify the type attribute for a <button> element. Different browsers use different default types for the <button> element." Source-W3Schools
<button type="button" onclick = "Convert.temperature()">
<button type="button" onclick = "Convert.distance()">
https://www.w3schools.com/tags/tag_button.asp



