function pff() { window.setTimeout("run ()", 3000); } function run (arg) { //через 3 секунды будет выполнено то што ниже. return console.log(arg); }