forEach (array)

Run Settings
LanguageJavaScript
Language Version
Run Command
let text = ""; const fruits = ["apple", "orange", "cherry"]; fruits.forEach(myFunction); function myFunction(item, index) { console.log(item, index) }
Editor Settings
Theme
Key bindings
Full width
Lines