Advertisement
728x90
If an object is frozen using the Object.freeze() method then its properties become immutable and no changes can be made in them whereas if an object is sealed using the Object.seal() method then the changes can be made in the existing properties of the object.
Advertisement
Responsive Ad
🎯 Practice NowRelated Challenge
JavaScript Coding Exercise 28
Test your knowledge with this interactive coding challenge.
Start CodingAdvertisement
728x90
198of476