Last active
January 21, 2019 11:58
-
-
Save jnns/bcdc071cd62ff298274c618cdd37bfde to your computer and use it in GitHub Desktop.
a javascript file that throws an error
This file contains 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 () { throw Error("hello world") }, 10000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment