JSFiddle - React, Tailwind, and code Playground by ppgab January 17, 2019 JavaScript const a = [1,2,3]; for(const n of a){ alert(n); }