Merge branch 'master' of git.a2s.su:iiiypuk/snipplets.dev

This commit is contained in:
2023-08-16 16:03:03 +03:00

View File

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