Guest User

Untitled

a guest
Jul 18th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. console.log("Test Script starting.");
  2.  
  3. var counter = 0;
  4. Script.setInterval(function() {
  5. console.log("Counter is now: " + (++counter));
  6. }, 1000);
Add Comment
Please, Sign In to add comment