Just like JavaScript, TypeScript also supports arrays. There are two ways to declare an array: 1. Using square brackets. ... Example: let fruits: string[] = [' ...
確定! 回上一頁