Last active
January 28, 2016 23:49
-
-
Save cacheflow/98b80dbb7873fe9d6dba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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