Using Map object for memoization in JavaScript
Using Map object instead of an object literal for performance improvements
Using Map object to count the occurrences of values in an array
Converting an object literal to a Map object
Converting a Map object to an object literal