Check out my book (free online): “Exploring ES6”. Updated version of this blog post: chapter “Maps and Sets”. Among others, the following four data structures are new in ECMAScript 6: Map, WeakMap, Set and WeakSet. This blog post explains how they work. Map # JavaScript has always had a very spartan standard library. Sorely missing was a data structure for mapping values to values. The best you c