Changes

Jump to: navigation, search

JavaScript Object Basics

128 bytes added, 15:57, 22 July 2008
no edit summary
<hr>
This chapter is intended to provide an overview of working with objects in JavaScript.
 
== An Overview of JavaScript Objects ==
JavaScript Objects represent self contained entities consisting of variables (called ''properties'' in object terminology) and functions (called ''methods'') that can be used to perform tasks and store complex data. JavaScript objects fall into three categories: Built-in Objects, Custom Objects and Document Object Model (DOM) Objects.

Navigation menu