Add new items to the beginning of an array: const fruits = ["Banana", "Orange", "Apple", "Mango"]; fruits.unshift("Lemon","Pineapple");.
確定! 回上一頁