Changes

Jump to: navigation, search

Understanding JavaScript Functions

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

Navigation menu