JSFiddle - React, Tailwind, and code Playground

by Jessie Lau

JavaScript

var sss = [1,2,3,4,5,6,7,8];


sss.forEach(a){ console.log(a);});