Skip to content

Instantly share code, notes, and snippets.

@ashhitch
Created September 12, 2016 14:16
Show Gist options
  • Select an option

  • Save ashhitch/6d7cac23e23627930745380ef0e023b4 to your computer and use it in GitHub Desktop.

Select an option

Save ashhitch/6d7cac23e23627930745380ef0e023b4 to your computer and use it in GitHub Desktop.
Helpful JavaScript
const value = condition ? 'some value' : 'another value';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment