JSFiddle - React, Tailwind, and code Playground by Marco Iamonte December 15, 2018 JavaScript let array = [1, 2, 3, 4]; array.forEach(i => { i => i; }); console.log(array);