if (value === "game over"){
document.body.innerHTML = `
<h3>GAME OVER</h3>
<h2>O numero era ${numberSecret}</h2>
<button class="btn-play" id="btn">Jogar</button>
`
document.body.classList.add('b')
return
}
b
refere-se a classe que estou adicionando ao body