Hi,
I just wanted to compliment Nicholas C. Zakas to his excellent book on JavaScript


. I have just bought the 2nd Edition and I enjoy reading it. But still after reading and experimenting - especially the advanced technique chapter (18) - here is a question about timers. I haven't found yet a good working solution how to pass parameters to a timer.
Example source:
{...}
setTimeout(function(parmeter1, parameter2,...) {...}, 10);
{...}
Do you have maybe a practical solution to this issue? Have ever come across such problem?
Yours
tMesi