en.javascript.info/1-js/09-classes
Taylor Clay a2561dc123
Minor output typo
In the section describing the usage of `"super"`, example output says `// White Rabbit stands still. White rabbit hides!`

The `name` member in this example is set to `White Rabbit`, so the second sentence above should say `White Rabbit hides!` (capital R)
2021-01-07 16:37:44 -06:00
..
01-class Merge pull request #2239 from vsemozhetbyt/patch-11 2020-10-29 19:53:03 +03:00
02-class-inheritance Minor output typo 2021-01-07 16:37:44 -06:00
03-static-properties-methods minor fixes 2020-06-15 14:49:46 +03:00
04-private-protected-properties-methods closes #2244 2020-12-05 22:30:51 +03:00
05-extend-natives Update article.md 2019-10-23 15:32:21 +02:00
06-instanceof Fix possibly outdated note in 1.9.6 (instanceof) 2020-10-29 17:34:23 +02:00
07-mixins refactoring 2020-07-30 00:32:44 +03:00
index.md refactor classes, add private, minor fixes 2019-03-05 18:44:28 +03:00