Array<String> or Array<string> typescript code example Example: array in typescript const count = [...Array(5)]; count.map((_) => console.log('hi'));