Skip to content

Commit 2485605

Browse files
authored
Неактуальное уточнение в статье (#2049)
Update article.md
2 parents e1e2cb4 + b680c90 commit 2485605

File tree

1 file changed

+0
-2
lines changed
  • 1-js/09-classes/03-static-properties-methods

1 file changed

+0
-2
lines changed

1-js/09-classes/03-static-properties-methods/article.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ article.createTodays(); /// Error: article.createTodays is not a function
122122

123123
## Статические свойства
124124

125-
[recent browser=Chrome]
126-
127125
Статические свойства также возможны, они выглядят как свойства класса, но с `static` в начале:
128126

129127
```js run

0 commit comments

Comments
 (0)