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