JSFiddle - React, Tailwind, and code Playground

by soumya gangamwar

JavaScript

const arr = [1, 2,3, 5, 4, 7];

arr.map(a=> a*a);

arr