Quiz
This quiz will test what you have learned about creating types in TypeScript.
We'll cover the following...
Creating types
1
What are correct type annotations for creating an array of dates?
A)
date[]
B)
Array<date>
C)
Date[]
D)
Array[Date]
Question 1 of 100 attempted
Well done, we are really ...