An own implementation of the Array.prototype.sort method, extended with [].__proto__.sort2. This function sorts the elements of an array in place, similar to the native sort() method, but with a custom implementation for educational purposes.
- JavaScript (Function implementation and logic)
- ESLint – Ensuring code quality
- Prettier – Code formatting for readability
- Jest – Unit testing framework
✅ Custom sorting function mimicking the native sort method
✅ Allows sorting arrays in ascending or descending order
This project is forked from 💻 Mate Academy