Skip to content

AndriiZakharenko/array-method-sort

 
 

Repository files navigation

Array Method Sort

🎮 About the Project

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.

🚀 Tech Stack

  • JavaScript (Function implementation and logic)

🛠️ Tools & Dependencies

  • ESLint – Ensuring code quality
  • Prettier – Code formatting for readability
  • Jest – Unit testing framework

📌 Features

✅ Custom sorting function mimicking the native sort method
✅ Allows sorting arrays in ascending or descending order

📜 License

This project is forked from 💻 Mate Academy

About

JS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%