as per iliakan’s comment

This commit is contained in:
Thierry Parmentelat 2017-05-10 16:51:03 +02:00
parent 936a921d8a
commit 9cc95f824c

View file

@ -418,7 +418,7 @@ Remember [arrow functions](info:function-expression#arrow-functions)? We can use
arr.sort( (a, b) => a - b ); arr.sort( (a, b) => a - b );
``` ```
This works exactly the same as the other, longer, versions above. This works exactly the same as the other, longer, version above.
```` ````
### reverse ### reverse