Posts Tagged ‘return’

Returning a Value

Monday, May 19th, 2008

In this sixth introductory JavaScript tutorial on how to use functions we look at how you can return a value from the function that will be substituted into the calling code in place of the call.

Returning a Value