Question: How can ECMAScript modules be used natively in Node?
- ECMAScript modules cannot be used natively in Node.
- ECMAScript modules can be used natively in Node with the .mjs file extension
- ECMAScript modules can be used natively in Node only by using a compiler like Babel.
- ECMAScript modules can be used natively in Node only by using a bundle like webpack.
Answer: The correct answer of the above question is Option A:ECMAScript modules cannot be used natively in Node.