Skip to content

Instantly share code, notes, and snippets.

@MohamedRajabMohammed
Created July 22, 2020 00:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MohamedRajabMohammed/167987247f58378b52acea813ed80dca to your computer and use it in GitHub Desktop.
Save MohamedRajabMohammed/167987247f58378b52acea813ed80dca to your computer and use it in GitHub Desktop.
function createTimer() {
clearInterval(interval);
count = 0;
numbersArea.style.transform = 'translateY(0)'
// other code goes here...
// interval = setInterval(() => {...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment