#javascript-modules
Read more stories on Hashnode
Articles with this tag
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...