updated by JMH on September 19, 2009 at 7:09 PM
updated by JMH on October 4, 2015 at 11:55 AM
Function definition:
function test( a , b, c )
or
var test = function( a , b, c )
Executing JavaScript function call:
test( 1, "one" ) ;
Results: