Created
September 19, 2019 06:24
-
-
Save djD-REK/92e9ee16ee801d8853c877e579532359 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 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