Day 30 - Array Operationsby Nino · 8 things on TwosArray.map().map()arrayName.map()arrayName.map(function(){});element calls the array name, can use any nameindex calls the array’s iteration index, can use any name---