Skip to content

Commit 0fb0d37

Browse files
authored
delete ru sentence from en article
there is a redundant RU sentence in EN article.
1 parent fb38a13 commit 0fb0d37

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

-2
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)