Skip to content

Instantly share code, notes, and snippets.

@jeffreybiles
Created August 5, 2012 21:44
Show Gist options
  • Save jeffreybiles/3267242 to your computer and use it in GitHub Desktop.
Save jeffreybiles/3267242 to your computer and use it in GitHub Desktop.
var square;
square = function(x) {
return x * x;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment