If I have an array variable in TypeScript, should I use Array or type[] to define that array? I have seen elsewhere that there is no s
Array
type[]