Language GuideBuilt-in TypesArrayMethodsreverseOn this pagereverseReverse the array. [1,2,3].reverse(); // [3,2,1] Syntax reverse() Returns The reversed array. Notes Does NOT modify in-place.