____ 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.

  1. Include
  2. Path
  3. Require
  4. Export

Answer: D) Export

Explanation:

The Export is used to make variables and functions accessible from outside the module.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.