Script type = "text/JavaScript" >
//최소값 도달
함수 sortMinNumber(a, b) {return a–b}
//최대값 도달
함수 sortMaxNumber(a, b) {return b–a}
//배열
Var arr =