codice:
function sortNumberASC(el1,el2){
	return el1 - el2;
}
tuoArray.sort(sortNumberASC)