Skip to content

Commit e4c928b

Browse files
committed
minor fixes
1 parent e76cf3a commit e4c928b

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
@@ -429,7 +429,7 @@ alert( "1" + 1 ); // "11"
429429
alert( "1,2" + 1 ); // "1,21"
430430
```
431431

432-
## Dont compare arrays with ==
432+
## Don't compare arrays with ==
433433

434434
Arrays in JavaScript, unlike some other programming languages, shouldn't be compared with operator `==`.
435435

0 commit comments

Comments
 (0)