Ad
  • Custom User Avatar

    I'm not really sure what you mean in your description, @piece. The .reverse() method should reverse the items in that same array, and return that same array. It's all done in place, and then this is returned, to allow method chaining (eg. [1, 2, 3].reverse().push(4)).