diff --git a/README.md b/README.md index b795f5f2..0c9e2b2a 100644 --- a/README.md +++ b/README.md @@ -3424,7 +3424,7 @@ 178. ### What is a freeze method - The **freeze()** method is used to freeze an object. Freezing an object does not allow adding new properties to an object,prevents from removing and prevents changing the enumerability, configurability, or writability of existing properties. i.e, It returns the passed object and does not create a frozen copy. + The **freeze()** method is used to freeze an object. Freezing an object does not allow adding new properties to an object, prevents removing, and prevents changing the enumerability, configurability, or writability of existing properties. i.e. It returns the passed object and does not create a frozen copy. ```javascript const obj = {