Skip to content

Instantly share code, notes, and snippets.

@sunguru98
Created December 27, 2019 07:52
Show Gist options
  • Save sunguru98/c37ebaa91cec375902a30b710df44714 to your computer and use it in GitHub Desktop.
Save sunguru98/c37ebaa91cec375902a30b710df44714 to your computer and use it in GitHub Desktop.
Markdium-Functional Programming vs Object Orietned programming in JavaScript
class Adder {
static addToTen(value) {
return value + 10
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment