What is namespacing in JavaScript and how is it used?

Submitted by: Administrator
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.
Submitted by:

Read Online Expert Developer JavaScript Job Interview Questions And Answers