Skip to content

Instantly share code, notes, and snippets.

@chatrjr
Created December 7, 2012 02:45
Show Gist options
  • Select an option

  • Save chatrjr/4230322 to your computer and use it in GitHub Desktop.

Select an option

Save chatrjr/4230322 to your computer and use it in GitHub Desktop.
Implementation of the first test.
function add (x, y) {
return x + y;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment