Changes

Jump to: navigation, search

JavaScript Object Basics

31 bytes added, 14:49, 19 March 2009
An Overview of JavaScript Objects
== An Overview of JavaScript Objects ==
<google>ADSDAQBOX_FLOW</google>
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