TL;DR CommonJS vs ESM
In a Node.js project, you're likely to run into both CommonJS and ESM modules. Here's how to tell these module types apart at a glance.
CommonJS
CommonJS modules were part of Node.js when it was written in 2009. They run synchronously. Imports and ex...
abbeyperini.hashnode.dev2 min read