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.

Related questions

+1 vote
asked Jul 16, 2019 in JavaScript by Indian
0 votes
asked Mar 5, 2020 in C Sharp by JackTerrance
...