// Arrow function forEach((element) => { /* ... */ }) forEach((element, index) => { /* ... */ }) forEach((element, index, array) => { /* ... */ })