Home » Interview » Technology

What is Javascript namespacing? How and where is it used?

Correct Answer: Using global variables in Javascript is evil and a bad practice That being said, namespacing is used to bundle up all your functionality using a unique name In JavaScript, a namespace is really just an object that you’ve attached all further methods, properties and objects It promotes modularity and code reuse in the application

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion