Node.js Performance #1: "for...of" vs forEach()
Intro
At some point, you've likely encountered the notion that JavaScript is slow. It's a common refrain, often used to "explain" performance issues in production code. However, it's essential to recognize that this perception isn't always accurate. ...
dsvynarenko.hashnode.dev19 min read