Skip to content

Instantly share code, notes, and snippets.

@jedsundwall
Created March 29, 2012 22:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jedsundwall/2244379 to your computer and use it in GitHub Desktop.
Save jedsundwall/2244379 to your computer and use it in GitHub Desktop.
hacking google spreadhseets
function makeURL(firstname,lastname) {
var name = "firstname + lastname";
if (name = null) {
return null
};
else return name;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment