{
    "path": "/home/krm/dev/mimer-academia/programing/js/datatypes/Examples/function/examples.sv.json",
    "s": "Ignor",
    "invert": true,
    "level": 1,
    "title": [
        "Funktioner i js"
    ],
    "author": [
        "krm"
    ],
    "created": {
        "year": 2020,
        "month": 10,
        "day": 2,
        "hour": 0,
        "minute": 0
    },
    "status": "alpha",
    "description": [
        "Detta är en samling av exempel och övningar om funktioner"
    ],
    "statments": [],
    "comment": [],
    "cards": [
        {
            "level": 1,
            "title": [
                "Exempel"
            ],
            "description": [],
            "statments": [
                {
                    "type": "examples",
                    "link": "./assign.js",
                    "description": [
                        "Notation för att skapa funktioner",
                        " 🖋 ",
                        [
                            {
                                "link": "../../app/mimer-flems-example.html?path=function&file=assign.js"
                            },
                            "Flems"
                        ]
                    ]
                },
                {
                    "type": "examples",
                    "link": "./convert.js",
                    "description": [
                        "Konvertera funktioner till andra datorformat",
                        " 🖋 ",
                        [
                            {
                                "link": "../../app/mimer-flems-example.html?path=function&file=convert.js"
                            },
                            "Flems"
                        ]
                    ]
                },
                {
                    "type": "examples",
                    "link": "./isIt.js",
                    "description": [
                        "Är detta en funktion?",
                        " 🖋 ",
                        [
                            {
                                "link": "../../app/mimer-flems-example.html?path=function&file=isIt.js"
                            },
                            "Flems"
                        ]
                    ]
                },
                {
                    "type": "examples",
                    "link": "./function.js",
                    "description": [
                        "Använda funktioner",
                        " 🖋 ",
                        [
                            {
                                "link": "../../app/mimer-flems-example.html?path=function&file=function.js"
                            },
                            "Flems"
                        ]
                    ]
                },
                {
                    "type": "examples",
                    "link": "./function-from-function.js",
                    "description": [
                        "Returnera funktioner från en funktion",
                        " 🖋 ",
                        [
                            {
                                "link": "../../app/mimer-flems-example.html?path=function&file=function-from-function.js"
                            },
                            "Flems"
                        ]
                    ]
                },
                {
                    "type": "examples",
                    "link": "./function-in-properties.js",
                    "description": [
                        "Funktioner i en egenskap",
                        " 🖋 ",
                        [
                            {
                                "link": "../../app/mimer-flems-example.html?path=function&file=function-in-properties.js"
                            },
                            "Flems"
                        ]
                    ]
                },
                {
                    "type": "examples",
                    "link": "./function-as-properties.js",
                    "description": [
                        "Funktioner med egenskaper",
                        " 🖋 ",
                        [
                            {
                                "link": "../../app/mimer-flems-example.html?path=function&file=function-as-properties.js"
                            },
                            "Flems"
                        ]
                    ]
                },
                {
                    "type": "examples",
                    "link": "./map.js",
                    "description": [
                        "Tillämpa en funktion på allt i en lista",
                        " 🖋 ",
                        [
                            {
                                "link": "../../app/mimer-flems-example.html?path=function&file=map.js"
                            },
                            "Flems"
                        ]
                    ]
                },
                {
                    "type": "examples",
                    "link": "./filter.js",
                    "description": [
                        "Filtrera med hjälp av en lista",
                        " 🖋 ",
                        [
                            {
                                "link": "../../app/mimer-flems-example.html?path=function&file=filter.js"
                            },
                            "Flems"
                        ]
                    ]
                },
                {
                    "type": "examples",
                    "link": "./reduce.js",
                    "description": [
                        "Summera en lista med hjälp av reduce",
                        " 🖋 ",
                        [
                            {
                                "link": "../../app/mimer-flems-example.html?path=function&file=reduce.js"
                            },
                            "Flems"
                        ]
                    ]
                },
                {
                    "type": "examples",
                    "link": "./filter-map-reduce.js",
                    "description": [
                        "Använda filter, map och reduce tillsammans",
                        " 🖋 ",
                        [
                            {
                                "link": "../../app/mimer-flems-example.html?path=function&file=filter-map-reduce.js"
                            },
                            "Flems"
                        ]
                    ]
                }
            ],
            "comment": []
        }
    ],
    "kind": "examples"
}