We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 936a921 commit 9cc95f8Copy full SHA for 9cc95f8
1 file changed
1-js/05-data-types/05-array-methods/article.md
@@ -418,7 +418,7 @@ Remember [arrow functions](info:function-expression#arrow-functions)? We can use
418
arr.sort( (a, b) => a - b );
419
```
420
421
-This works exactly the same as the other, longer, versions above.
+This works exactly the same as the other, longer, version above.
422
````
423
424
### reverse
0 commit comments