forEach(function(element) { /* ... */ }) forEach(function(element, index) { /* ... */ }) forEach(function(element, index, array){ /* ... */ }) forEach(function(element, index, array) { /* ... */ }, thisArg)