We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76cf3a commit e4c928bCopy full SHA for e4c928b
1-js/05-data-types/04-array/article.md
@@ -429,7 +429,7 @@ alert( "1" + 1 ); // "11"
429
alert( "1,2" + 1 ); // "1,21"
430
```
431
432
-## Dont compare arrays with ==
+## Don't compare arrays with ==
433
434
Arrays in JavaScript, unlike some other programming languages, shouldn't be compared with operator `==`.
435
0 commit comments