Skip to content

Instantly share code, notes, and snippets.

@djD-REK
Created September 19, 2019 06:24
Show Gist options
  • Save djD-REK/92e9ee16ee801d8853c877e579532359 to your computer and use it in GitHub Desktop.
Save djD-REK/92e9ee16ee801d8853c877e579532359 to your computer and use it in GitHub Desktop.
let monthProfitOrLoss = (profit > costs) ? "Profit" : "Loss"
console.log(`${monthProfitOrLoss} last month`) // Profit last month
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment