Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Last active July 25, 2019 13:54
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 jasongorman/50706fe32f71eba42541ed5cfa64be5b to your computer and use it in GitHub Desktop.
Save jasongorman/50706fe32f71eba42541ed5cfa64be5b to your computer and use it in GitHub Desktop.
let paymentAccepted = payments.process(this.price, creditCard);
if(paymentAccepted){
this.stock--;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment