//const array example //declare const array const arr = [ "Hello", "Constant" ]; //push new element to array arr.push("works"); //push new ...
確定! 回上一頁