Global namespace pollution in JavaScript

kudvenkat
Youtube
Related Topic
:- Web Development Javascript

 In this video we will understand the problem of global namespace pollution in JavaScript with an example. When working with JavaScript on a big project, you might hear senior developers saying during the code review, this code pollutes the global scope. In this video let's understand the problem of global namespace pollution. In our next video we will discuss how to write JavaScript in such a way that it does not pollute the global scope. 

Comments