+1 vote
in JavaScript by (793 points)

Which built-in method reverses the order of the elements of an array?

1 Answer

0 votes
by (793 points)

Reverse method reverses the order of the elements of an array ?? the first becomes the last, and the last becomes the first.

Related questions

...