immutabilityJavaScriptImmutabilityMediumWhat is the difference between mutable and immutable objects?1Mutable objects can be modified after creation; immutable ones cannot2Immutable objects can be modified; mutable cannot3Both can be freely modified4Neither can be modifiedBack to list