JavaScript por Radu TM • June 10, 2022
var arr = [1,2,3,4,5]; arr.forEach(function(element) { // haga algo con el elemento });
0
32.256