JS

TypeScript Quiz - inherited type

22.

What is the inherited type for the variable greet in const greet = ['Hello World!']?

number[]

Array<string>

Array<number>

text