Skip to content

Commit

Permalink
Fix Q6 answer description of object-challenges
Browse files Browse the repository at this point in the history
  • Loading branch information
lakbychance authored Jun 8, 2021
1 parent 612548f commit 154d473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion challenges/objects-challenges.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const obj = {
#### Q6
### Create an object which has a property 'userid' which can only be set once and will be a read only property

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

```js
function userObjectCreator(id){
Expand Down

0 comments on commit 154d473

Please sign in to comment.