Posts by dxwebster • 11 points
1 post
-
1
votes5
answers3663
viewsA: How to scan an array and insert the elements into HTML with JS
var nomes = ["Diego", "Gabriel", "Lucas"]; function criarLista(nomeRecebido){ //recebe os valores que estão na lista 'nomes' var lista =…