JS

TypeScript Quiz - type for creating an array of da...

11.

What is the correct type of annotation for creating an array of dates?

string[]

Array<string>

Date[]

Array<Date>