Book Excerpt: Object-Oriented JavaScript
This chapter excerpt from
Microsoft AJAX Library Essentials by Cristian Darie, Bogdan
Brinzarea, is printed with permission from Packt
Publishing, Copyright 2007.
In this chapter, you'll learn about OOP (Object-Oriented Programming) and how
it relates to JavaScript. As an ASP.NET developer, you probably have some
experience working with objects, and you may even be familiar with concepts
such as inheritance. However, unless you're already an experienced JavaScript
programmer, you probably aren't familiar with the way JavaScript objects and
functions really work. This knowledge is necessary in order to understand how
the Microsoft AJAX Library works, and this chapter will teach you the necessary
foundations. More specifi cally, you will learn:
|
|