Skip to content

Instantly share code, notes, and snippets.

@cacheflow
Last active January 28, 2016 23:49
Show Gist options
  • Select an option

  • Save cacheflow/98b80dbb7873fe9d6dba to your computer and use it in GitHub Desktop.

Select an option

Save cacheflow/98b80dbb7873fe9d6dba to your computer and use it in GitHub Desktop.
function showMessage(){
setTimeout(function(){
alert("Hello the function() is an anonymous function.");
}, 3000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment