Skip to content

Instantly share code, notes, and snippets.

@gilligan
Created June 26, 2015 21:04
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 gilligan/24979e20386b15dec4bc to your computer and use it in GitHub Desktop.
Save gilligan/24979e20386b15dec4bc to your computer and use it in GitHub Desktop.
function f (coord,index) {
if (g(coord)) {
return index + 1;
}
return index - 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment