javascript map sort by values code example Example: javascript sort map by value var mapAsc = new Map([...map.entries()].sort((a,b) => a[0] > b[0]));