Changes

Jump to: navigation, search

JavaScript Variable Types

258 bytes added, 20:02, 11 April 2007
no edit summary
<tr>
<td>function<td>any user defined function<td>A function is one of the basic building blocks of most programming languages including JavaScript. Functions are used to break up a script into clean, reusable modules. Functions are covered in a later chapter.</td>
<tr>
<td>object<td>document, window<td>JavaScript provides a set of predefined objects to which the JavaScript programmer has access. For example the ''document'' object refers to the current web page and can be accessed to make changes to the page content.
</table>

Navigation menu