| Author |
how to create function with unlimited parameter?
|
Andreanes Yosef Vanderlee
Greenhorn
Joined: Mar 30, 2007
Posts: 12
|
|
hi there... How can I make a function in javascript with unlimited number of parameters. For example I can call is there any reference should I read? thanks, Andre
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56192
|
|
|
The arguments are available in an array named arguments.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Andreanes Yosef Vanderlee
Greenhorn
Joined: Mar 30, 2007
Posts: 12
|
|
|
It works.. thanks a lot Bear Bibeault...
|
 |
 |
|
|
subject: how to create function with unlimited parameter?
|
|
|