To do an array reverse in JavaScript, call the reverse method on a variable, like this: const array = ['a', 'b', 'c']; array.reverse(); ...
確定! 回上一頁