Changes

Jump to: navigation, search

Understanding JavaScript Functions

1 byte removed, 18:44, 24 April 2007
Passing Arguments to a Function
== Passing Arguments to a Function ==
The above examplke example did not pass any arguments through to the function. Commonly a function is design to perfomr perform some task on a number of arguments as in the following example:
<pre>

Navigation menu