We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ef24f commit aad6d58Copy full SHA for aad6d58
1-js/07-object-properties/02-property-accessors/article.md
@@ -27,7 +27,7 @@ The getter works when `obj.propName` is read, the setter -- when it is assigned.
27
28
For instance, we have a `user` object with `name` and `surname`:
29
30
-```js run
+```js
31
let user = {
32
name: "John",
33
surname: "Smith"
0 commit comments