Preventing an object from addtion or deletion of the properties in an object in javascript
Object.seal() is a method that seals an object, preventing the addition or deletion of properties, while allowing the modification of existing properties.
#javascript #coding #shorts #short #seal #interviewquestions #mostaskedquestion #code-chacha #codechacha