Skip to content

Instantly share code, notes, and snippets.

@dmfilipenko
Created September 17, 2014 12:02
Show Gist options
  • Save dmfilipenko/5145f21b678d8f0959c5 to your computer and use it in GitHub Desktop.
Save dmfilipenko/5145f21b678d8f0959c5 to your computer and use it in GitHub Desktop.
var flag = false
setTimeout(function(){
console.log('settimeout main')
}, 10000)
setTimeout(function(){
flag = true
}, 100)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment