Skip to content

Commit

Permalink
Ajuste no console.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreBorges07 committed Feb 7, 2025
1 parent 7d46d7d commit 8a21684
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/sortearNumero.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ function gerarNumeroAleatorio () {

}

console.log('Número secreto é: ', numeroSecreto);
// console.log('Número secreto é: ', numeroSecreto);
console.log('Abriu o console pra quê? Vai roubar no jogo não, né?');

const elementoMenorValor = document.getElementById('menor-valor');
elementoMenorValor.innerHTML = menorValor;
Expand Down

0 comments on commit 8a21684

Please sign in to comment.