Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save purejgleason/618e76d3ab49efe871aadbac901125f5 to your computer and use it in GitHub Desktop.
Save purejgleason/618e76d3ab49efe871aadbac901125f5 to your computer and use it in GitHub Desktop.
Welcome to Node.js v18.0.0-pre.
Type ".help" for more information.
> process.env.SOMETHING = undefined;
undefined
> process.env.SOMETHING === undefined;
false
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment