{
    "path": "/home/krm/dev/mimer-academia/programing/js/functional/Examples/scope/examples.sv.json",
    "s": "Ignor",
    "invert": true,
    "level": 1,
    "title": [
        "Scope i js"
    ],
    "author": [
        "krm"
    ],
    "created": {
        "year": 2020,
        "month": 10,
        "day": 25,
        "hour": 0,
        "minute": 0
    },
    "status": "alpha",
    "description": [
        "Detta är en samling av exempel och övningar om variabels livslängd i js"
    ],
    "statments": [],
    "comment": [],
    "cards": [
        {
            "level": 1,
            "title": [
                "Exempel"
            ],
            "description": [],
            "statments": [
                {
                    "type": "examples",
                    "link": "./declaration.js",
                    "description": [
                        "Deklarera variabel i functioner"
                    ]
                },
                {
                    "type": "examples",
                    "link": "./scope.js",
                    "description": [
                        "Livslängden på en variabel"
                    ]
                },
                {
                    "type": "examples",
                    "link": "./more-scope.js",
                    "description": [
                        "Mer om livslängden på variablar"
                    ]
                },
                {
                    "type": "examples",
                    "link": "./lexical-scope.js ",
                    "description": [
                        "Använda variabel utanför kodblock"
                    ]
                },
                {
                    "type": "examples",
                    "link": "./more-lexical-scope.js",
                    "description": [
                        "Mer exempel med kodblock"
                    ]
                }
            ],
            "comment": []
        }
    ],
    "kind": "examples"
}