Home »
MCQs »
MEAN Stack MCQs
____ is used to make variables and functions accessible from outside the module
22. ____ is used to make variables and functions accessible from outside the module.
- Include
- Path
- Require
- Export
Answer: D) Export
Explanation:
The Export is used to make variables and functions accessible from outside the module.