Merge Sort

Using the url below and looking at its explanation and code example, create your own Javascript Merge Sort.

Don't find a javascript solution on the Internet. Try and analyze the code in that website to solve the problem.

http://interactivepython.org/runestone/static/pythonds/SortSearch/TheMergeSort.html