Skip to content

Instantly share code, notes, and snippets.

@jjsub
Created August 18, 2016 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jjsub/099ae8ad2558abf8c577b06f9064ae78 to your computer and use it in GitHub Desktop.
Save jjsub/099ae8ad2558abf8c577b06f9064ae78 to your computer and use it in GitHub Desktop.
// Nested ternary operator
var sexuallyActiveSelection = sexuallyActive === undefined ? '' : (sexuallyActive === 'Y') ? 'Sexually Active' : 'Not SexuallyActive';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment