Node.js examples for Data Type:function
Repeat a function
Function.prototype.repeat = function(interval){ return setInterval(this, interval); };