Question: How can ECMAScript modules be used natively in Node?

  1. ECMAScript modules cannot be used natively in Node.
  2. ECMAScript modules can be used natively in Node with the .mjs file extension
  3. ECMAScript modules can be used natively in Node only by using a compiler like Babel.
  4. 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.