Sorting Algorithms with Javascript (whiteboarded ahead of time, fiddle used to verify that it works) Quicksort: https://jsfiddle.net/0kxvwsuy/ A LOG OF WHAT I LEARNED ON JS (reviewable) Javascript variables are references to objects (or values): https://jsfiddle.net/yhd9s451/5/