Last active
February 19, 2020 02:17
-
-
Save robdecker/cd0a26732275ce1c4912 to your computer and use it in GitHub Desktop.
[Timers] #js
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
window.setTimeout(function() { | |
alert('hello world') | |
}, 1000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment