Skip to content

Instantly share code, notes, and snippets.

@ariya
Created March 20, 2012 09:39
Show Gist options
  • Save ariya/2133456 to your computer and use it in GitHub Desktop.
Save ariya/2133456 to your computer and use it in GitHub Desktop.
{
"type": "Program",
"body": [
{
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "Literal",
"value": 1
},
"right": {
"type": "Literal",
"value": ""
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "UnaryExpression",
"operator": "+",
"argument": {
"type": "Literal",
"value": 10
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment