sort using sort type js code example Example: javascript sort function var points = [40, 100, 1, 5, 25, 10]; points.sort((a,b) => a-b)