collectionsJavaScriptCollectionsEasyWhat is the difference between a Set and a Map?1A Set stores unique values; a Map stores key-value pairs2A Set stores key-value pairs; a Map stores unique values3They are identical4A Map only allows string keysBack to list