- ECMAScript Cookbook
- Ross Harrison
- 46字
- 2021-08-27 19:27:29
Exporting/importing multiple modules for external use
In the previous recipe, we loaded an ES module into an HTML page and executed an exported function. Now we can take a look at using multiple modules in a program. This allows us more flexibility when organizing our code.