call other function after a few seconds code example Example: run a function after delay javascript setTimeout(function() { your_func(); }, 5000);