type script array from to code example Example: array in typescript Click to copyconst count = [...Array(5)]; count.map((_) => console.log('hi'));