Boa tarde pessoal! Estou com dificuldade de avançar neste video pois ao final de tudo, recebo a mensagem "data.forEach is not a function"
clienteService.listaClientes()
.then(data => {
data.forEach(elemento => {
tabela.appendChild(criarNovaLinha(elemento.nome, elemento.email))
})
})