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