Google News
logo
TypeScript - Quiz(MCQ)
What is the inherited type for the variable example in 'const example = ['Dylan']'?
A)
any[]
B)
string[]
C)
string
D)
unknown[]

Correct Answer :   string[]

Advertisement