Comparing Map and Object

Question | Jul 15, 2019 | hkumar 

Unlike some other programming languages JavaScript never had a special data structure for map until ES6. JavaScript developers commonly use Object ({}) for map.

Select all the true statements below about comparison between ES6 Map and Object: