¡@

Home 

javascript Programming Glossary: functionholder

Calling a javascript function recursively

http://stackoverflow.com/questions/7065120/calling-a-javascript-function-recursively

in a variable like so Count down to 0 recursively. var functionHolder function counter output counter if counter 0 functionHolder.. function counter output counter if counter 0 functionHolder counter 1 With this functionHolder 3 would output 3 2 1 0 ... counter if counter 0 functionHolder counter 1 With this functionHolder 3 would output 3 2 1 0 . Let's say I did the following var copyFunction..