Direction: Choose the correct option
Q1.
What file extension is commonly used for ES modules in Node.js?
Direction: Choose the correct option
Q2.
How do you import a module using ES module syntax?
Direction: Choose the correct option
Q3.
How do you export a function as default in an ES module?
Direction: Choose the correct option
Q4.
To use ES modules in a `.js` file, what must be set in `package.json`?
Direction: Choose the correct option
Q5.
Can you use `require()` inside an ES module?
