JavaScript за Radu TM • June 10, 2022
var arr = [1,2,3,4,5]; arr.forEach(function(element) { // зробіть щось з елементом });
0
30.970