📜  如何在javascript代码示例中反转数组

📅  最后修改于: 2022-03-11 15:03:17.129000             🧑  作者: Mango

代码示例6
const list = [1, 2, 3, 4, 5];
list.reverse();