Skip to content

Instantly share code, notes, and snippets.

@emilfolino
Created April 17, 2019 12:03
Show Gist options
  • Save emilfolino/2273ff714751f1989e9539ba9689a2bc to your computer and use it in GitHub Desktop.
Save emilfolino/2273ff714751f1989e9539ba9689a2bc to your computer and use it in GitHub Desktop.
> !"hej hopp"
false
> !process.env.node
true
> !process.env.node == "production"
false
> !process.env.node == "development"
false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment