{
    "range": [
        0,
        31
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 1,
            "column": 31
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                31
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 1,
                    "column": 31
                }
            },
            "type": "ForStatement",
            "init": {
                "range": [
                    5,
                    14
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 5
                    },
                    "end": {
                        "line": 1,
                        "column": 14
                    }
                },
                "type": "VariableDeclaration",
                "declarations": [
                    {
                        "range": [
                            9,
                            14
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 9
                            },
                            "end": {
                                "line": 1,
                                "column": 14
                            }
                        },
                        "type": "VariableDeclarator",
                        "id": {
                            "range": [
                                9,
                                10
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 9
                                },
                                "end": {
                                    "line": 1,
                                    "column": 10
                                }
                            },
                            "type": "Identifier",
                            "name": "i"
                        },
                        "init": {
                            "range": [
                                13,
                                14
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 13
                                },
                                "end": {
                                    "line": 1,
                                    "column": 14
                                }
                            },
                            "type": "Literal",
                            "value": 0,
                            "raw": "0"
                        }
                    }
                ],
                "kind": "var"
            },
            "test": {
                "range": [
                    16,
                    22
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 16
                    },
                    "end": {
                        "line": 1,
                        "column": 22
                    }
                },
                "type": "BinaryExpression",
                "operator": "<",
                "left": {
                    "range": [
                        16,
                        17
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 16
                        },
                        "end": {
                            "line": 1,
                            "column": 17
                        }
                    },
                    "type": "Identifier",
                    "name": "i"
                },
                "right": {
                    "range": [
                        20,
                        22
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 20
                        },
                        "end": {
                            "line": 1,
                            "column": 22
                        }
                    },
                    "type": "Literal",
                    "value": 10,
                    "raw": "10"
                }
            },
            "update": {
                "range": [
                    24,
                    27
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 24
                    },
                    "end": {
                        "line": 1,
                        "column": 27
                    }
                },
                "type": "UpdateExpression",
                "operator": "++",
                "argument": {
                    "range": [
                        24,
                        25
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 24
                        },
                        "end": {
                            "line": 1,
                            "column": 25
                        }
                    },
                    "type": "Identifier",
                    "name": "i"
                },
                "prefix": false
            },
            "body": {
                "range": [
                    29,
                    31
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 29
                    },
                    "end": {
                        "line": 1,
                        "column": 31
                    }
                },
                "type": "BlockStatement",
                "body": []
            }
        }
    ]
}