Changes

Jump to: navigation, search

JavaScript Object Basics

1 byte added, 18:35, 13 June 2007
no edit summary
</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