JSFiddle - React, Tailwind, and code Playground

by Shashi Kumar Nagulakonda

JavaScript 1.7

["a", "b", "c", "d"].forEach(function(element, index, array) {
  console.log(element);
});