Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. start.onclick = function(){
  2. if(state==0){
  3. state=1;
  4. timer();
  5. }if(state==1){
  6. state=0;
  7. clearTimeout(t);
  8. }
  9.  
  10. start.onclick = function(){
  11. if(state==0){
  12. timer();
  13. }if(state==1){
  14. state=0;
  15. clearTimeout(t);
  16. }
  17. state=1;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement