Skip to content

Instantly share code, notes, and snippets.

@dhanush
Last active December 29, 2015 11:37
Show Gist options
  • Save dhanush/6dcab4324c726e134168 to your computer and use it in GitHub Desktop.
Save dhanush/6dcab4324c726e134168 to your computer and use it in GitHub Desktop.
var add = function (a,b) {
console.log(this.value)
return a+b
};
var sum = add(5,6)
console.log(sum)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment