JSFiddle - React, Tailwind, and code Playground

by gmcalab

JavaScript

const x = [1,2,3,4,5,6]

const y = x.map((yy)=>{

});


console.log(y);