JS-Challenges/recursion-prompts

Check that 'sort' isn't used in #38 Merge Sort

mybrainishuge opened this issue · 2 comments

Need to add a test to prompt #34 making sure the array method 'sort' isn't used in the implementation.

Review testSupport.js for how to test for this.

Resolved in pull request #39.