Skip to content

Instantly share code, notes, and snippets.

@camelcaseblog
Last active July 13, 2019 19:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save camelcaseblog/435163d2939bca318589b525ef89295e to your computer and use it in GitHub Desktop.
Save camelcaseblog/435163d2939bca318589b525ef89295e to your computer and use it in GitHub Desktop.
try {
throw new Date();
} catch(err) {
console.log(err);
}
Tue Jun 25 2019 19:12:20 GMT+0300 (Israel Daylight Time)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment