Ver originalfor(var i = 1; i <= 4; i++) { (function(index) { setTimeout(function() { slide(index); }, 1000); })(i);}