Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a9864a5

Browse files
smith558Copilot
andauthored
Update 1-js/09-classes/06-instanceof/article.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5629b6b commit a9864a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎1-js/09-classes/06-instanceof/article.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The algorithm of `obj instanceof Class` works roughly as follows:
5555
For example:
5656

5757
```js run
58-
// setup instanceof check that assumes that
58+
// set up instanceof check that assumes that
5959
// anything with canEat property is an animal
6060
class Animal {
6161
static [Symbol.hasInstance](obj) {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /