Quiz
This quiz will test what you have learned about creating types in TypeScript.
Creating types
1.
What are correct type annotations for creating an array of dates?
A.
date[]
B.
Array<date>
C.
Date[]
D.
Array[Date]
1 / 10
Well done, we are really ...