UNPKG

firescript

Version:
32 lines (31 loc) 580 B
{ "type": "VariableDeclaration", "kind": "const", "declarations": [{ "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "arr" }, "init": { "type": "ArrayExpression", "elements": [ { "type": "Literal", "value": "banana", "raw": "'banana'" }, { "type": "Literal", "value": "mango", "raw": "'mango'" }, { "type": "Literal", "value": "peach", "raw": "'peach'" } ] } }] }