Using JavaScript Proxies to Make Sorting Arrays Safe
(And why you shouldn't do it)
Feb 4, 20225 min read2.5K

Search for a command to run...
Articles tagged with #sorting
(And why you shouldn't do it)

Photo by Edu Grande on Unsplash Arrays are a very powerful tool for a programmer. They allow one to group related data under a single data type. There are many things one can do with an array, but sometimes it is important to have the array sorted in...
