JSFiddle - React, Tailwind, and code Playground

by x7ee1

JavaScript

var f=d=>
d.forEach(
	k=>alert(k)
);

let a=[1,2,3];
f(a);