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