Skip to content

Commit 335131c

Browse files
authored
Merge pull request #1214 from dagolinuxoid/patch-4
delete ru sentence from en article
2 parents fb38a13 + 0fb0d37 commit 335131c

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ From outside, an accessor property looks like a regular one. That's the idea of
5757

5858
As of now, `fullName` has only a getter. If we attempt to assign `user.fullName=`, there will be an error:
5959

60-
На данный момент `fullName` имеет только геттер. Если попытаться присвоить значение свойству `user.fullName`, то это вызовет ошибку:
61-
6260
```js run
6361
let user = {
6462
get fullName() {

0 commit comments

Comments
 (0)