JS

TypeScript Quiz - correct type array of numbers

10.

What is the correct syntax for creating an array of numbers in TypeScript?

string[]

Array<string>

number[]

<number>