1.Map is a set of key-value pairs similar to Object. The difference is that the keys of a Map are not limited to strings

2. A Set is a data structure similar to an array except that there are no duplicate values in a Set