(Choose 1 answer)
Which of the following is a difference between ES and CommonJS modules?
A. CommonJS modules are written in JavaScript whereas ES modules are not B. ES modules use the import() statement whereas CommonJS modules use require().
C. CommonJS module files use a mjs extension whereas ES modules use .js
D. CommonJS is a JavaScript language whereas ES is a module specification
El 48