Parameter Test

updated by JMH on September 19, 2009 at 7:09 PM
updated by JMH on October 4, 2015 at 11:55 AM
updated by JMH on May 19, 2023 at 8:19 PM


Function definition:

function test( a, b, c )
or
var test = function( a, b, c )

Executing JavaScript function call:

test( 1, "one" ) ;

Results: