Skip to content

Instantly share code, notes, and snippets.

@shurane
Last active March 13, 2019 23:45
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 shurane/5f609def9b82942ebb358f3dbbc58afb to your computer and use it in GitHub Desktop.
Save shurane/5f609def9b82942ebb358f3dbbc58afb to your computer and use it in GitHub Desktop.
var k = a
? (b
? (c ? d : e)
: (d ? e : f))
: f
? (g ? h : i)
: j;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment