Guest User

Untitled

a guest
Jan 12th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //-------------------------------------
  2. function Fun() {
  3.  
  4.   console.log("1 command");
  5.                  }
  6.  
  7.   setInterval(Fun, 5000);
  8.  
  9.  
  10.   function Fun2() {
  11.  
  12.  console.log("2 command");
  13.  
  14.                   }
  15.  
  16.   setInterval(Fun2, 5000);
  17.  
  18. //-------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment