The front end Map&Set in interview questions December 10, 2023 by Edward Oliver No Comments 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