{
    "path": "/home/krm/dev/mimer-academia/programing/js/event/Examples/promise/examples.sv.json",
    "s": "Ignor",
    "invert": true,
    "level": 1,
    "title": [
        "Löften i js"
    ],
    "description": [
        [
            {
                "form": "important"
            },
            "author: krm\ncreated: 2020-10-02 \nstatus: alpha\n"
        ]
    ],
    "statments": [],
    "comment": [
        "Detta är en samling av exempel och övningar om löften i js"
    ],
    "cards": [
        {
            "level": 1,
            "title": [
                "Exempel"
            ],
            "description": [],
            "statments": [
                {
                    "type": "examples",
                    "link": "./promise.js",
                    "description": [
                        "Enkelt exempel med promise",
                        " 🖋 ",
                        [
                            {
                                "link": "../../app/mimer-flems-example.html?path=promise&file=promise.js"
                            },
                            "Flems"
                        ]
                    ]
                },
                {
                    "type": "examples",
                    "link": "./promise-with-timer.js",
                    "description": [
                        "Använda timer för att illustrera ett promise",
                        " 🖋 ",
                        [
                            {
                                "link": "../../app/mimer-flems-example.html?path=promise&file=promise-with-timer.js"
                            },
                            "Flems"
                        ]
                    ]
                },
                {
                    "type": "examples",
                    "link": "./many-promises-with-timer.js",
                    "description": [
                        "Flera olia promise",
                        " 🖋 ",
                        [
                            {
                                "link": "../../app/mimer-flems-example.html?path=promise&file=many-promises-with-timer.js"
                            },
                            "Flems"
                        ]
                    ]
                },
                {
                    "type": "examples",
                    "link": "./many-promises-together-with-all.js",
                    "description": [
                        "Använda all för att skapa ett promis från flera oliak promise",
                        " 🖋 ",
                        [
                            {
                                "link": "../../app/mimer-flems-example.html?path=promise&file=many-promises-together-with-all.js"
                            },
                            "Flems"
                        ]
                    ]
                },
                {
                    "type": "examples",
                    "link": "./fetch-with-promise.js",
                    "description": [
                        "Använda fetch för att skap ett mer praktiskt exempel",
                        " 🖋 ",
                        [
                            {
                                "link": "../../app/mimer-flems-example.html?path=promise&file=fetch-with-promise.js"
                            },
                            "Flems"
                        ]
                    ]
                }
            ],
            "comment": []
        }
    ],
    "kind": "examples"
}