How to make array values MOVE UP

You can use a “for” loop. Start from the end (length -1) and work to the beginning.

1 Like