@zekumoru-dev/merge-sort
v1.0.0
Published
The sixth project in the JavaScript course of The Odin Project.
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.
