From 7802ddf0bbc0ad1f1c9770f3c2db4fcc83a38756 Mon Sep 17 00:00:00 2001 From: Yusuf Sabbag Date: Thu, 27 Jun 2024 14:30:35 +0300 Subject: [PATCH] Fixed tiny typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {