I have an array with multiple numbers, these numbers are positive, negative and with decimal too:
var array = [365, -1.304, -17.803, -3.529, -3.602, -2.942, -2.074, -115]
I need to sort this array from MINOR to the LARGEST . The result y...
asked by
21.11.2016 / 19:22