Bom dia No módulo 2 aula 5, o professor terminou a aula com o seguinte código: ` const novaTarefa = document.querySelect('[data-form-button]')
novaTarefa.addEventListener('click', () => {
const input = input.value
const valor = input.value
console.log(valor)
})`
Mas na próxima aula ele voltou com a tela assim: ` const novaTarefa = document.querySelect('[data-form-button]')
novaTarefa.addEventListener('click', () => {
const input = input.value
const valor = input.value
console.log(valor)
input.value = " "
})`
E não explicou o porquê desse comando: input.value = " " que foi acrescentado.