September 2007
Intermediate to advanced
241 pages
5h 45m
English
Chapter 2 covered a lot of ground, and this chapter builds on that information. I'll explain what object-oriented programming (OOP) is, and you'll learn how and why to do it with JavaScript. I'll also cover some advanced techniques for code management that can make your code more powerful and more flexible.
In the last chapter, you learned what objects are in JavaScript and how to give these objects methods and properties. Object-oriented programming, often referred to as OOP, is a term that describes a number of programming concepts. Languages such as Java and C# are OOP at their core, and there's no way to avoid it. JavaScript, on the other hand, is traditionally programmed ...
Read now
Unlock full access