method:reverse ();return type:voidcontent:ใช้สลับข้อมูลใน array จากหลังมาหน้า จากหน้าไปหลังexample:var arr = new Array ( "bamboo", "labcode", "panda", "thailand" ); arr.reverse ();