Skip to content

Instantly share code, notes, and snippets.

@rssilva
Created April 17, 2013 01:55
Show Gist options
  • Save rssilva/5401210 to your computer and use it in GitHub Desktop.
Save rssilva/5401210 to your computer and use it in GitHub Desktop.
var n = 10
var C = function () {
this.s = function (a, b) {
return a + b
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment