SyntaxFix
Write A Post
Hire A Developer
Questions
setInterval(function() { updatechat(); }, 2000); function updatechat() { alert('hello world'); }