Skip to content

Instantly share code, notes, and snippets.

@simonrenoult
Created May 18, 2018 14:52
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 simonrenoult/0369724d8c80a3eaf8ae4bcfe40fccab to your computer and use it in GitHub Desktop.
Save simonrenoult/0369724d8c80a3eaf8ae4bcfe40fccab to your computer and use it in GitHub Desktop.
if (totalAmount > 1000) {
totalAmount = totalAmount * 0.95;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment