Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
In this lesson, you learn how to minimize the impact your code has on the global scope in order to reduce the likelihood of naming collisions.
To practice the techniques outlined in this lesson, you will refactor the eventUtility and ajaxUtility objects to include the use of self-executing anonymous functions and pseudo-namespaces. To do this, you will change the example in Lesson 35, the car dealership search using JSON.