Q. The provides() function and the exportsobject are used to
✅ Correct Answer: (A)
Register the module’s API and Store their API
Explanation: Frameworks that define module loading systems may have other methods of exporting a module’s API. There may be a provides() function for modules to register their API, or an exports object into which modules must store their API.