Skip to content

Instantly share code, notes, and snippets.

@carlos-wong
Created April 28, 2013 06:30
Show Gist options
  • Save carlos-wong/5476102 to your computer and use it in GitHub Desktop.
Save carlos-wong/5476102 to your computer and use it in GitHub Desktop.
javascript: pass parameter to setTimerout
setTimeout(updateImage, 10000, url);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment