JSFiddle - React, Tailwind, and code Playground by Shashi Kumar Nagulakonda July 19, 2018 JavaScript var sqrts = [1, 4, 9, 16, 25].map(Math.sqrt); console.log(sqrts);