We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e2cb4 commit b680c90Copy full SHA for b680c90
1 file changed
1-js/09-classes/03-static-properties-methods/article.md
@@ -122,8 +122,6 @@ article.createTodays(); /// Error: article.createTodays is not a function
122
123
## Статические свойства
124
125
-[recent browser=Chrome]
126
-
127
Статические свойства также возможны, они выглядят как свойства класса, но с `static` в начале:
128
129
```js run
0 commit comments