In TypeScript, we support much the same types as you would expect in JavaScript, with a convenient enumeration type ... let list: Array<number> = [1, 2, 3]; ...
確定! 回上一頁