Skip to content

Commit 0476359

Browse files
authored
Merge pull request sadanandpai#25 from lapstjup/main
Fix Q6 answer description of object-challenges
2 parents 098afe2 + 154d473 commit 0476359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

challenges/objects-challenges.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const obj = {
160160
#### Q6
161161
### Create an object which has a property 'userid' which can only be set once and will be a read only property
162162

163-
- Property accessor `writable` to true sets the property to be read only
163+
- Property accessor `writable` to `false` sets the property to be read only
164164

165165
```js
166166
function userObjectCreator(id){

0 commit comments

Comments
 (0)