collectionsJavaScriptCollectionsMediumWhich is an advantage of a Map over a plain object?1It maintains insertion order, allows any key type, and has a size property2It can be serialized with JSON.stringify directly3It supports prototype inheritance4It is always faster for small datasetsBack to list