{
    "path": "/home/krm/dev/mimer-academia/programing/js/datatypes/Questions/symbols.sv.json",
    "s": "Ignor",
    "invert": true,
    "level": 1,
    "title": [
        "Symbols"
    ],
    "author": [
        "krm"
    ],
    "created": {
        "year": 2023,
        "month": 9,
        "day": 26
    },
    "status": "alpha",
    "description": [
        "Ange värdet på utrycket nedan."
    ],
    "statments": [],
    "comment": [],
    "cards": [
        {
            "level": 1,
            "index": 1,
            "exactly": true,
            "title": [
                "Symbol()"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "Symbol()"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 2,
            "exactly": true,
            "title": [
                "Symbol(\"symbol\")"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "Symbol(\"symbol\")"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 3,
            "exactly": true,
            "title": [
                "Symbol() === Symbol()"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "false"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 4,
            "exactly": true,
            "title": [
                "Symbol(\"hello\") === Symbol(\"hello\")"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "false"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "title": [
                "🪧 Vi leker met variablerl"
            ],
            "description": [],
            "lang": "js",
            "code": "let o = {};\nlet s = Symbol(\"s\");\no[\"s\"] = 10;\no[s] = 1000;",
            "statments": [],
            "comment": [],
            "cards": [
                {
                    "level": 2,
                    "index": 6,
                    "exactly": true,
                    "title": [
                        "o[\"s\"]"
                    ],
                    "description": [],
                    "statments": [
                        {
                            "description": [
                                "10"
                            ]
                        }
                    ],
                    "comment": []
                },
                {
                    "level": 2,
                    "index": 7,
                    "exactly": true,
                    "title": [
                        "o[s]"
                    ],
                    "description": [],
                    "statments": [
                        {
                            "description": [
                                "1000"
                            ]
                        }
                    ],
                    "comment": []
                }
            ],
            "kind": "question"
        }
    ],
    "kind": "questions"
}