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 a6017db

Browse files
committed
minor fixes
1 parent ea673f4 commit a6017db

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
@@ -466,7 +466,7 @@ Here, in both cases, we compare a primitive with an array object. So the array `
466466
Then the comparison process goes on with the primitives, as described in the chapter <info:type-conversions>:
467467

468468
```js run
469-
// [] was converted to ''
469+
// after [] was converted to ''
470470
alert( 0 == '' ); // true, as '' becomes converted to number 0
471471

472472
alert('0' == '' ); // false, no type conversion, different strings

0 commit comments

Comments
(0)

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