let sort = [5, 10, -6, 4, 3, 2, -7, 20, 8, 9] function sortList(list) { for(let i=0; i< list.length-1; i++) { let pos = i // o for (let j=i+0; i