Skip to content

Instantly share code, notes, and snippets.

@ExperimentGarden
Created June 14, 2010 18:55
Show Gist options
  • Select an option

  • Save ExperimentGarden/438106 to your computer and use it in GitHub Desktop.

Select an option

Save ExperimentGarden/438106 to your computer and use it in GitHub Desktop.
var foo = 'test';
function setFoo(bar)
{
foo=bar;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment