push(): Add items to the end of an array ... push() returns the new array length. shift(): Remove an item from the beginning of an array. let cats = ...
確定! 回上一頁