minor fixes
This commit is contained in:
parent
e76cf3a3c2
commit
e4c928ba2d
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ alert( "1" + 1 ); // "11"
|
|||
alert( "1,2" + 1 ); // "1,21"
|
||||
```
|
||||
|
||||
## Dont compare arrays with ==
|
||||
## Don't compare arrays with ==
|
||||
|
||||
Arrays in JavaScript, unlike some other programming languages, shouldn't be compared with operator `==`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue