Skip to content

Commit beed7d3

Browse files
authored
Merge pull request #1328 from Violet-Bora-Lee/patch-30
minor
2 parents d6ef24f + aad6d58 commit beed7d3

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)