In JavaScript, arrays are technically objects. const arr = ['hello', 'world']; arr instanceof Object; // true.
確定! 回上一頁