Skip to content

Commit ca5e764

Browse files
authored
Merge pull request #285 from Yuniac/patch-1
Fixed tiny typos
2 parents 1277d66 + 7802ddf commit ca5e764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3424,7 +3424,7 @@
34243424

34253425
178. ### What is a freeze method
34263426

3427-
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.
3427+
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.
34283428

34293429
```javascript
34303430
const obj = {

0 commit comments

Comments
 (0)