Which module system supports dynamic loading of modules: ES6 Modules or CommonJS?

  • ES6 Modules
  • CommonJS
  • Both support dynamic loading
  • Neither supports dynamic loading
ES6 Modules support dynamic loading, allowing modules to be loaded on demand. CommonJS does not provide built-in support for dynamic loading.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *