We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 098afe2 + 154d473 commit 0476359Copy full SHA for 0476359
challenges/objects-challenges.md
@@ -160,7 +160,7 @@ const obj = {
160
#### Q6
161
### Create an object which has a property 'userid' which can only be set once and will be a read only property
162
163
-- Property accessor `writable` to true sets the property to be read only
+- Property accessor `writable` to `false` sets the property to be read only
164
165
```js
166
function userObjectCreator(id){
0 commit comments