{
    "path": "/home/krm/dev/mimer-academia/programing/js/datatypes/Questions/number.sv.json",
    "s": "Ignor",
    "invert": true,
    "level": 1,
    "title": [
        "Number"
    ],
    "author": [
        "krm"
    ],
    "created": {
        "year": 2023,
        "month": 9,
        "day": 26
    },
    "status": "alpha",
    "description": [
        "Ange värdet på utrycket nedan. Blir det ett fel så skriv vilken typ av error det blir."
    ],
    "statments": [],
    "comment": [],
    "cards": [
        {
            "level": 1,
            "index": 1,
            "exactly": true,
            "title": [
                "1+1"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "2"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 2,
            "exactly": true,
            "title": [
                "0.2+0.1 === 0.3"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "false"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 3,
            "exactly": true,
            "title": [
                "5/0"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "infinity"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 4,
            "exactly": true,
            "title": [
                "Number(\"Hello\")"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "NaN"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 5,
            "exactly": true,
            "title": [
                "Infinity + Infinity"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "Infinity"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 6,
            "exactly": true,
            "title": [
                "0/0"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "NaN"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 7,
            "exactly": true,
            "title": [
                "NaN*0"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "NaN"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 8,
            "exactly": true,
            "title": [
                "Number(12.3)"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "12.3"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 9,
            "exactly": true,
            "title": [
                "typeof Number(\"9\")"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "number"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 10,
            "exactly": true,
            "title": [
                "typeof NaN"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "number"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 11,
            "exactly": true,
            "title": [
                "-NaN"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "NaN"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 12,
            "exactly": true,
            "title": [
                "3e3"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "3000"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "title": [
                "🪧 Vi leker met variablerl"
            ],
            "description": [],
            "lang": "js",
            "code": "let a = (1+2)/3+1\nlet b = a%2\nlet c = 9/a\nlet d = a**a\nlet e = d*1.5e2\nlet f = e**e*Infinity",
            "statments": [],
            "comment": [],
            "cards": [
                {
                    "level": 2,
                    "index": 13,
                    "exactly": true,
                    "title": [
                        "c"
                    ],
                    "description": [],
                    "statments": [
                        {
                            "description": [
                                "4.5"
                            ]
                        }
                    ],
                    "comment": []
                },
                {
                    "level": 2,
                    "index": 14,
                    "exactly": true,
                    "title": [
                        "d"
                    ],
                    "description": [],
                    "statments": [
                        {
                            "description": [
                                "4"
                            ]
                        }
                    ],
                    "comment": []
                },
                {
                    "level": 2,
                    "index": 15,
                    "exactly": true,
                    "title": [
                        "e"
                    ],
                    "description": [],
                    "statments": [
                        {
                            "description": [
                                "600"
                            ]
                        }
                    ],
                    "comment": []
                },
                {
                    "level": 2,
                    "index": 16,
                    "exactly": true,
                    "title": [
                        "f"
                    ],
                    "description": [],
                    "statments": [],
                    "comment": []
                }
            ],
            "kind": "question"
        }
    ],
    "kind": "questions"
}