📅  最后修改于: 2022-03-11 14:55:18.306000             🧑  作者: Mango
myArray:[]; //Incorrect, results in error message of `Property '0' is missing in type`
myArray: Array; //Correct
myArray: string[]; //Also correct