Skip to content

Instantly share code, notes, and snippets.

@davetheninja
Created May 9, 2014 14:47
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 davetheninja/e65943b9985e598040b5 to your computer and use it in GitHub Desktop.
Save davetheninja/e65943b9985e598040b5 to your computer and use it in GitHub Desktop.
function a() { // index 1, or first function in file
}
function b() { // index 2, or second function in file
}
function c() { // index 3, or third function in file
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment