Posts by Dhisting • 55 points
2 posts
-
1
votes1
answer156
viewsQ: The radio button is behaving like a checkbox and does not allow selecting or unchecking the option
function transformar(){ var converter = parseFloat(document.getElementById('converter').value); var resposta = document.getElementById('resposta'); …
-
4
votes2
answers144
viewsQ: Where is the error in the leap year code?
I’m wondering where I went wrong in this code where the user types a year and appears on the screen whether that year is leap or not. function calcularBissexto() { var bi =…