[nfbcs] hidden parameters:

charleseblack at att.net charleseblack at att.net
Sun Sep 9 20:08:48 UTC 2018


If I send parameters to a function in javascript such as:
myFunction('eddie','richard','john')

And I receive them as
Function myFunction(){
Var args = myFunction.arguments;
// Can I refer to each person like
Var person1 = arge[0];
Var person2 = arge[1];
...
]
Thanks!





More information about the NFBCS mailing list