In JavaScript we can prevent an Object to add any new property. We achieve this using Object.preventExtensions()function.