object-immutabilityJavaScriptObject ImmutabilityMediumWhat does Object.freeze() do?1Makes an object immutable: no adding, removing, or modifying properties2Prevents only adding new properties3Deletes all properties4Creates a deep copyBack to list