.map not using arrow function code example Example: array map arrow function materials.map((str) => { const {length} = str; return length; });