0
respostas

Estranho no ninho!

var letras = ['A', 'B', 'C', 'D'];

for( var i = 0; i < letras.length; i++ ) {
    alert(letras[i]);
}