Answers

Question and Answer:

  Home  Expert JavaScript Developer

⟩ What is namespacing in JavaScript and how is it used?

Namespacing is used for grouping the desired functions, variables etc. under a unique name. It is a name that has been attached to the desired functions, objects and properties. This improves modularity in the coding and enables code reuse.

 169 views

More Questions for you: