There are two syntaxes for creating an empty array: let arr = new Array ( ) ; let arr = [ ] ;. Almost all the time, the second syntax is ...
確定! 回上一頁