📊 Machine Learning
Q. The provides() function and the exportsobject are used to
  • (A) Register the module’s API and Store their API
  • (B) Store the module’s API and register their API
  • (C) Store the module’s API
  • (D) None of the mentioned
💬 Discuss
✅ 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.

Explanation by: Mr. Dubey
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.

💬 Discussion


📊 Question Analytics

👁️
114
Total Visits
📽️
2 y ago
Published
🎖️
Mr. Dubey
Publisher
📈
92%
Success Rate