<script> var numbers = [1, 5, 12, 3, 7, 15, 9]; // Sorting the numbers array simply using the sort method numbers.sort(); // Sorts numbers array ...
確定! 回上一頁