SyntaxFix
Write A Post
Hire A Developer
Questions
yes - take a look at setInterval and setTimeout for executing code at certain times. setInterval would be the one to use to execute code periodically.
setInterval
setTimeout
See a demo and answer here for usage