JSFiddle - React, Tailwind, and code Playground by x7ee1 November 04, 2016 JavaScript var f=d=> d.forEach( k=>alert(k) ); let a=[1,2,3]; f(a);