Skip to content

Instantly share code, notes, and snippets.

@ycherniavskyi
Created March 3, 2017 10:25
Show Gist options
  • Save ycherniavskyi/3369b34c5c79b2732b731de02761be77 to your computer and use it in GitHub Desktop.
Save ycherniavskyi/3369b34c5c79b2732b731de02761be77 to your computer and use it in GitHub Desktop.
const err = new Error('The message');
console.log(err.message);
// Prints: The message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment