Skip to content

Commit bd1a176

Browse files
authored
Merge pull request sadanandpai#52 from shahnewaztameem/main
docs: Correct spelling mistakes
2 parents f10bee6 + 4d125ac commit bd1a176

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

challenges/objects-challenges.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ const obj = userObjectCreator(1);
170170

171171
###### Notes
172172

173-
`obj.id` is a ready only property and does not allow overwriting
173+
`obj.id` is a read only property and does not allow overwriting
174174

175175
<br />
176176

@@ -461,7 +461,7 @@ Class in JavaScript is functionality to achieve class based model on top of prot
461461

462462
<br />
463463

464-
### Q. Write a program to make all the properties of an object ready only but allow the addition of new properties
464+
### Q. Write a program to make all the properties of an object read only but allow the addition of new properties
465465

466466
- The exisiting properties of the object can be made read only with `set` keyword using Proxy
467467

0 commit comments

Comments
 (0)