We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5629b6b commit a9864a5Copy full SHA for a9864a5
1-js/09-classes/06-instanceof/article.md
@@ -55,7 +55,7 @@ The algorithm of `obj instanceof Class` works roughly as follows:
55
For example:
56
57
```js run
58
- // setup instanceof check that assumes that
+ // set up instanceof check that assumes that
59
// anything with canEat property is an animal
60
class Animal {
61
static [Symbol.hasInstance](obj) {
0 commit comments