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]
Question 1 of 100 attempted
Get hands-on with 1400+ tech skills courses.