List orderer script request – Snap! Editor – Snap! Forum https://forum.snap.berkeley.edu/t/list-orderer-script-request/4071
Can anyone help me with a script that would order all the numbers in a list from smallest to largest that would also work in Scratch?
a numerical array of numbers in JavaScript you could use arr.sort(function(a, b)