Skip to content

Instantly share code, notes, and snippets.

@nathantowell
Created September 16, 2016 12:23
Show Gist options
  • Save nathantowell/471cfa6b61857bcd6945de4146f5daf9 to your computer and use it in GitHub Desktop.
Save nathantowell/471cfa6b61857bcd6945de4146f5daf9 to your computer and use it in GitHub Desktop.
Find out if your opinion matters...
/**
* Function that tells you if your opinion matters.
* @param Your opinion
* @returns Opinion matter-ness
*/
function doesMyOpinionMatter(var opinion) {
return false;
}
doesMyOpinionMatter("Something Something...");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment