method:sort ();return type:voidcontent:ใช้จัดเรียง ข้อมูลใน array จากน้อยไปมากexample:var arr = new Array ( "b", "a", "m", "o" ); arr.sort();