Skip to content

Instantly share code, notes, and snippets.

@jedsundwall
Forked from tantalor/gist:2244383
Created March 29, 2012 22:29
Show Gist options
  • Save jedsundwall/2244395 to your computer and use it in GitHub Desktop.
Save jedsundwall/2244395 to your computer and use it in GitHub Desktop.
hacking google spreadhseets
function makeURL(firstname,lastname) {
var name = firstname + lastname;
if (!name) {
return null;
} else {
return "http://vivemejor.com/blahblah?this&that"+name;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment