Computer Science, asked by AksNema2428, 10 months ago

How does a user can share global variables across modules ?

Answers

Answered by zeba09
2

Explanation:

Hope you like it

Thank you

Attachments:
Answered by lovingheart
0

The user can share the global variables across the globe with the help of the creation of config modules.

Explanation:

  • When a configuration module is created, the same global name will be applied to all the variables used in the application program.
  • The configuration is made common through the process of importing where the global variable is set common for all the variables used in different modules in the program.

To know more:

1) What is the correct way to define global variables in JavaScript?

https://brainly.in/question/9048888.

2) Define Global variable ✔✔✔​

https://brainly.in/question/11528006

Similar questions