Maps were added as a data structure to JavaScript in the ES2015 update. In JavaScript, a map is a collection of key-value pairs.
A linked list is a linear data structure that is made up of a series of nodes. Each node contains a value and a pointer.