Skip to content

Instantly share code, notes, and snippets.

@Farenheith
Last active February 20, 2020 02:48
Show Gist options
  • Save Farenheith/ece50d188c500d8d3ee79780b393e382 to your computer and use it in GitHub Desktop.
Save Farenheith/ece50d188c500d8d3ee79780b393e382 to your computer and use it in GitHub Desktop.
Example of code without functions
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