// arr.forEach(function callback(currentValue, index, array) { // your iterator // }[, thisArg]); Синтаксис arr.forEach(function callback(currentValue, index, array) { //your iterator }[, thisArg]);