Created
March 25, 2022 00:15
-
-
Save purejgleason/618e76d3ab49efe871aadbac901125f5 to your computer and use it in GitHub Desktop.
This file contains 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
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