setTimeout(function () { test(); }, 5000); function test() { console.log('haha'); }