The reverse()
method reverses a typed array in place. The first typed array element becomes the last and the last becomes the first. This method has the same algorithm as Array.prototype.reverse()
. TypedArray is one of the typed array types here.