Skip to content

Instantly share code, notes, and snippets.

@viktorkelemen
Created January 26, 2012 04:13
Show Gist options
  • Select an option

  • Save viktorkelemen/1680940 to your computer and use it in GitHub Desktop.

Select an option

Save viktorkelemen/1680940 to your computer and use it in GitHub Desktop.
Thursday Quiz
function returnPerson (name) {
return
{
name : name
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment