Maps were added as a data structure to JavaScript in the ES2015 update. In JavaScript, a map is a collection of key-value pairs. Maps are also known as dictionaries, hashmaps, and associative arrays ...
This is a sandbox for my upcoming JavaScript challenges, data structures, and algorithms course. Just about all of the concepts that are included, also exist in other languages. So, if you are not a ...