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 2a0516d commit 24fcd39Copy full SHA for 24fcd39
1-js/05-data-types/05-array-methods/article.md
@@ -229,7 +229,7 @@ alert( arr.includes(1) ); // true
229
230
Note that the methods use `===` comparison. So, if we look for `false`, it finds exactly `false` and not the zero.
231
232
-If we wan to check for inclusion, and don't want to know the exact index, then `arr.includes` is preferred.
+If we want to check for inclusion, and don't want to know the exact index, then `arr.includes` is preferred.
233
234
235
### find and findIndex
0 commit comments