Skip to content

Instantly share code, notes, and snippets.

@ollelauribostrom
Last active July 30, 2018 20:16
Show Gist options
  • Save ollelauribostrom/7ae48d7ed923be5ebdb0c54130067e23 to your computer and use it in GitHub Desktop.
Save ollelauribostrom/7ae48d7ed923be5ebdb0c54130067e23 to your computer and use it in GitHub Desktop.
function assert(condition, message) {
if (!condition) {
throw new Error(message);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment