Understanding Node.js: A Beginner's Guide to JavaScript Runtime and Chrome V8 Engine Part 1May 11, 2023·8 min read
Understanding Node.js: A Beginner's Guide to JavaScript Runtime and Chrome V8 Engine Part 2import/export using .mjs: The .mjs file extension is used to indicate a JavaScript file that contains ECMAScript modules. ECMAScript modules are a standardized way of organizing and sharing code between different JavaScript files, and they are suppor...May 15, 2023·5 min read