Posts by Lucas Fonseca • 1 point
1 post
-
-1
votes1
answer42
viewsQ: I made a code and I cannot identify the error. I am new in the area of programming
The 'program' is this: function verificar() { var país = document.getElementById('querochora') var res = document.getElementById('res') if (país != 'Brasil') { res.innerHTML = 'Você é estrangeiro.'…