<script>
function sortList = (items) => {
return items.sort();
}
sortList([9,8,7,6,5,4,3,2,1]);
</script>

Built With

Share this project:

Updates