JSFiddle - React, Tailwind, and code Playground

by nightcoregirl

JavaScript

var a = ["a", "b", "c"];
a.forEach(function(entry) {
    console.log(entry);
});