const avengers = ['thor', 'captain america', 'hulk']; avengers.forEach(element => { //Statement console.log(element); });