Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@suzdalnitski
Created July 22, 2019 16:56
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 suzdalnitski/bafb5b4132c78d1a4d05326f85130029 to your computer and use it in GitHub Desktop.
Save suzdalnitski/bafb5b4132c78d1a4d05326f85130029 to your computer and use it in GitHub Desktop.
const req = name => {
throw new Error(`The value ${name} is required.`);
};
const doStuff = ( stuff = req('stuff') ) => {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment