delete ru sentence from en article
there is a redundant RU sentence in EN article.
This commit is contained in:
parent
fb38a13978
commit
0fb0d37d69
1 changed files with 0 additions and 2 deletions
|
@ -57,8 +57,6 @@ From outside, an accessor property looks like a regular one. That's the idea of
|
||||||
|
|
||||||
As of now, `fullName` has only a getter. If we attempt to assign `user.fullName=`, there will be an error:
|
As of now, `fullName` has only a getter. If we attempt to assign `user.fullName=`, there will be an error:
|
||||||
|
|
||||||
На данный момент `fullName` имеет только геттер. Если попытаться присвоить значение свойству `user.fullName`, то это вызовет ошибку:
|
|
||||||
|
|
||||||
```js run
|
```js run
|
||||||
let user = {
|
let user = {
|
||||||
get fullName() {
|
get fullName() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue