Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 430 Bytes

readme.md

File metadata and controls

9 lines (5 loc) · 430 Bytes

Custom implementation of Array.prototype.sort()

Guideline

Task description:

Write your own implementation of Array.prototype.sort method. Use predefined [].__proto__.sort2 function for your implementation.

Read more about Array.prototype.sort()