You are not recognized as the original poster of this topic.
Please familiarise yourself with the rules and markup syntax before posting.
function recurse(f,x,n){for(var o=x,i=0;i<n;i++)o=f(o);return o;}
applyFunctionNTimes
iterateFunction
repeatFunction
iterate