how to reverse a list in js code example Example: how to reverse an array in javascript array = [1 2, 3] reversed = array.reverse()