Skip to content

Commit aad6d58

Browse files
minor
1 parent d6ef24f commit aad6d58

File tree

1 file changed

+1
-1
lines changed
  • 1-js/07-object-properties/02-property-accessors

1 file changed

+1
-1
lines changed

1-js/07-object-properties/02-property-accessors/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The getter works when `obj.propName` is read, the setter -- when it is assigned.
2727

2828
For instance, we have a `user` object with `name` and `surname`:
2929

30-
```js run
30+
```js
3131
let user = {
3232
name: "John",
3333
surname: "Smith"

0 commit comments

Comments
 (0)