1183 Views
If you're familiar with popular JavaScript frontend frameworks like React, Angular, etc, then the concept of ECMAScript won't be entirely new to you. ES Modules have the import and export syntax we see often in frontend frameworks. Node uses CommonJS which re
0 comments