Changes

Jump to: navigation, search

JavaScript Object Basics

396 bytes added, 18:35, 13 June 2007
no edit summary
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="20%">[[Understanding JavaScript Functions|Previous]]<td align="center">[[JavaScript Essentials|Table of Contents]]<td width="20%" align="right">[[JavaScript String Object|Next]]</td>
<tr>
<td width="20%">Understanding JavaScript Functions<td align="center"><td width="20%" align="right">JavaScript String Object</td>
</table>
<hr>
 
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