Skip to content

Commit 6e0ebea

Browse files
authored
this[name] => this[name]
1 parent 117338b commit 6e0ebea

File tree

1 file changed

+1
-1
lines changed
  • 1-js/09-classes/04-private-protected-properties-methods

1 file changed

+1
-1
lines changed

1-js/09-classes/04-private-protected-properties-methods/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ class MegaCoffeeMachine extends CoffeeMachine {
260260
````warn
261261
Приватные поля особенные.
262262
263-
Как мы помним, обычно мы можем получить доступ к полям объекта с помощью this[name]:
263+
Как мы помним, обычно мы можем получить доступ к полям объекта с помощью `this[name]`:
264264
265265
```js
266266
class User {

0 commit comments

Comments
 (0)