We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb38a13 commit 0fb0d37Copy full SHA for 0fb0d37
1-js/07-object-properties/02-property-accessors/article.md
@@ -57,8 +57,6 @@ From outside, an accessor property looks like a regular one. That's the idea of
57
58
As of now, `fullName` has only a getter. If we attempt to assign `user.fullName=`, there will be an error:
59
60
-На данный момент `fullName` имеет только геттер. Если попытаться присвоить значение свойству `user.fullName`, то это вызовет ошибку:
61
-
62
```js run
63
let user = {
64
get fullName() {
0 commit comments