0 votes
in JavaScript by
Which built-in method reverses the order of the elements of an array?

1 Answer

0 votes
by

reverse() method reverses the order of the elements of an array −− the first becomes the last, and the last becomes the first.

...