Passing multiple Arguments to a JavaScript Function at Runtime
Posted on July 28th, 2008 by admin
Today I came across with a scenario in Javascript functions that the number of parameters would change in the runtime. When I searched in google I found that, In JavaScript we can pass any number of parameter and get these parameter at run time.
JavaScript functions have a special property called arguments. This contain an array […]
Filed under: JavaScript | 1 Comment »