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

This commit is contained in:
Alexander Popov 2023-08-16 16:03:03 +03:00
commit c6d5754bb5
Signed by: iiiypuk
GPG Key ID: E47FE0AB36CD5ED6
1 changed files with 9 additions and 0 deletions

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]);