Skip to content

Instantly share code, notes, and snippets.

@cg219
Created July 20, 2020 22:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cg219/76f5e4cb64de80c203a8c1edce01916a to your computer and use it in GitHub Desktop.
Save cg219/76f5e4cb64de80c203a8c1edce01916a to your computer and use it in GitHub Desktop.
let CreditCard = {
name: "Name",
cardNumber: "Card Number",
pin: "Pin",
code: "Security Code",
charge(amount) {},
availableCredit() {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment