Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //-------------------------------------
- function Fun() {
- console.log("1 command");
- }
- setInterval(Fun, 5000);
- function Fun2() {
- console.log("2 command");
- }
- setInterval(Fun2, 5000);
- //-------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment