Created
July 20, 2020 22:58
-
-
Save cg219/76f5e4cb64de80c203a8c1edce01916a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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