Skip to content

Instantly share code, notes, and snippets.

@aaronpowell
Created August 22, 2011 23:10
Show Gist options
  • Select an option

  • Save aaronpowell/1163879 to your computer and use it in GitHub Desktop.

Select an option

Save aaronpowell/1163879 to your computer and use it in GitHub Desktop.
Q7 - Curiouser and Curiouser
var sayColor = function (name) {
color = name();
return "Red" + color;
}
(function () {
return "Green";
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment