Posts by Wesley Aquiles • 9 points
2 posts
-
-2
votes1
answer44
viewsQ: How to put 2 conditions in the same if?
if (velocidade1>=80 <100){ alert("Velocidade alta, considere diminuir!") }
javascriptasked Wesley Aquiles 9 -
-4
votes1
answer30
viewsQ: Why does the ELSE Condition validate even if it is True?
let valor=prompt("Digite um Numero:") if(valor<20){ alert("Valor menor que 20")} if(valor==20){ alert("Valor Igual a 20") } else { …
javascriptasked Wesley Aquiles 9