javascript start function after delay code example Example: run a function after delay javascript setTimeout(function() { your_func(); }, 5000);