@zekumoru-dev/merge-sort
v1.0.0
Published
The sixth project in the JavaScript course of The Odin Project.
Downloads
1
Readme
Recursion
The sixth project in the JavaScript course of The Odin Project.
Documentation
Methods
sort
sort(array)
Sorts the given array
. Returns the sorted array
.