The Map object store key-value pairs and remembers the original insertion order of the keys
The set object store unique value of any types, It’s maybe primitive or object types
map
Most useful array method: filter and map
Map and filter method used for operation on the array. Like select element or operation each element, Before filter and map method we use normally for and forEach method.