Skip to content

Instantly share code, notes, and snippets.

@anru
Last active October 29, 2018 07:27
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 anru/fd74ca76d426fa42d14dc6e6f36d2b33 to your computer and use it in GitHub Desktop.
Save anru/fd74ca76d426fa42d14dc6e6f36d2b33 to your computer and use it in GitHub Desktop.
if as description
const s = `This ${ Math.random() > 0.5 ? 'abc' : `Hello ${ 'inner backtick' + ' str' } !` } is .`
const value = if (s.length > 14) {
a
} else {
b
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment