Skip to content

Instantly share code, notes, and snippets.

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