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 ea673f4

Browse files
committed
minor fixes
1 parent 2f6e4a2 commit ea673f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎1-js/05-data-types/04-array/article.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ alert('0' == [] ); // false
463463

464464
Here, in both cases, we compare a primitive with an array object. So the array `[]` gets converted to primitive for the purpose of comparison and becomes an empty string `''`.
465465

466-
Then the comparison process goes on, as described in the chapter <info:type-conversions>:
466+
Then the comparison process goes on with the primitives, as described in the chapter <info:type-conversions>:
467467

468468
```js run
469469
// [] was converted to ''

0 commit comments

Comments
(0)

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