Skip to content

Instantly share code, notes, and snippets.

@jackpopp
Created October 12, 2018 14:05
Show Gist options
  • Save jackpopp/65f2b59b2e9a9ef5e2109b104f009ba4 to your computer and use it in GitHub Desktop.
Save jackpopp/65f2b59b2e9a9ef5e2109b104f009ba4 to your computer and use it in GitHub Desktop.
Code block 50.js for - test.md
const { value } = literal;
const result = new Function(`return "${value}" ${operator} "${process.env.NODE_ENV}"`)();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment