setTimeout's third parameter

by basecss

JavaScript

setTimeout(function(data){
    alert(data);
}, 2000, 'test');