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