As I mentioned in the previous post, JavaScript 101: An Introduction , JavaScript is an Object Oriented Programming (OOP) language, and as such, it is comprised of objects. A bunch of objects bundled together is called an object model, also called an
Read More...