Skip to content

Commit 70b4432

Browse files
authored
👾 smth
1 parent a4ce7b3 commit 70b4432

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@ alert( [0] == [0] ); // false
486486

487487
```js run
488488
alert( 0 == [] ); // true
489+
489490
alert('0' == [] ); // false
490491
```
491492

0 commit comments

Comments
 (0)