JSFiddle - React, Tailwind, and code Playground
JavaScript 1.7
["a", "b", "c", "d"].forEach(function(element, index, array) {
console.log(element);
});
["a", "b", "c", "d"].forEach(function(element, index, array) {
console.log(element);
});