Skip to content

Instantly share code, notes, and snippets.

@joepie91

joepie91/.js Secret

Created July 26, 2017 20:08
Show Gist options
  • Save joepie91/bb62a56b11b07369112605e0c98358cd to your computer and use it in GitHub Desktop.
Save joepie91/bb62a56b11b07369112605e0c98358cd to your computer and use it in GitHub Desktop.
[ { type: 'operatorExpression',
operator: '+',
right:
{ alternative: { type: 'numberLiteral', value: '2' },
type: 'conditional',
condition: { type: 'identifier', identifier: 'true' },
body: { type: 'numberLiteral', value: '1' } },
left: { type: 'numberLiteral', value: '1' } } ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment