Arrays in JavaScript are declared using square brackets ([]). Here's an example of creating an array with three elements: let myArray = [1, ...
確定! 回上一頁