JavaScript von Victor Talmacinschi • June 10, 2022
var arr = [1,2,3,4,5]; arr.forEach(function(element) { // tun etwas mit Element });
0
38.510