This method reverses the order of elements in an array. ... JavaScript Glossary - Lesson 18 of 29. Array ... [1, 2, 3, 4, 5].reverse() // [5, 4, 3, 2, 1] ...
確定! 回上一頁