JavaScript Professional — Easy
Key points
- The `reverse()` method changes the original array in place.
- It does not create a new array with reversed elements.
- The pointer of the array is reversed, not the values themselves.
Ready to go further?
Related questions
