Skip to content

Instantly share code, notes, and snippets.

@alexitaylor
Created February 22, 2017 21:29
Show Gist options
  • Save alexitaylor/0e5ac35bbe8e9a9575db390e9ca55eff to your computer and use it in GitHub Desktop.
Save alexitaylor/0e5ac35bbe8e9a9575db390e9ca55eff to your computer and use it in GitHub Desktop.
function fact (n) {
//Base Case
//Recrusive Case
//Code to be executed
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment