JavaScript от Radu TM • June 10, 2022
var arr = [1,2,3,4,5]; arr.forEach(function(element) { // сделайте что-нибудь с элементом });
0
31.141