sort array min to max
npm install array_sort_min_to_max
var add =require("array_sort_min_to_max") var a=[1,6,8,-6,0,3,56,23] console.log(add(a));