define type as one element in array typescript code example Example: array in typescript const count = [...Array(5)]; count.map((_) => console.log('hi'));