as per iliakan’s comment
This commit is contained in:
parent
936a921d8a
commit
9cc95f824c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue