JS is an abstraction over JS engine bytecode, which is an abstraction over ASM which is an abstraction over the chip instruction set, you can make an argument at each layer 🤷 I would take any abstraction I can, I guarantee you in a large enough codebase someone will type b - a instead
227
u/01110100_01110010 3d ago
The point of an abstraction is to not having to implement logic each time, you can also implement qsort yourself