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: