Skip to content

Instantly share code, notes, and snippets.

@rafinskipg
Created February 11, 2020 20:02
Show Gist options
  • Save rafinskipg/1be92aaac2cd396c6194ef4dfc084fa4 to your computer and use it in GitHub Desktop.
Save rafinskipg/1be92aaac2cd396c6194ef4dfc084fa4 to your computer and use it in GitHub Desktop.
class Calculator {
add = (a, b) => {
return a + b
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment