Last active
February 20, 2020 02:48
-
-
Save Farenheith/ece50d188c500d8d3ee79780b393e382 to your computer and use it in GitHub Desktop.
Example of code without functions
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
if (process.env.IS_GOODBYE === 'true') { | |
console.log('goodbye world!'); | |
} else { | |
console.log('hello world'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment