Skip to content

Commit b680c90

Browse files
authored
Update article.md
Remove recent browser, static keyword is available in all current browsers
1 parent e1e2cb4 commit b680c90

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)