{
    "path": "/home/krm/dev/mimer-academia/programing/js/objects/Examples/prototype/examples.sv.json",
    "s": "Ignor",
    "invert": true,
    "level": 1,
    "title": [
        "Prototype 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 som använder sig av prototype."
    ],
    "statments": [],
    "comment": [],
    "cards": [
        {
            "level": 1,
            "title": [
                "Exempel"
            ],
            "description": [],
            "statments": [],
            "comment": [],
            "cards": [
                {
                    "level": 2,
                    "title": [
                        "Enkelt om prototyper"
                    ],
                    "description": [],
                    "statments": [
                        {
                            "type": "examples",
                            "link": "./prototype.js",
                            "description": [
                                "Enekel exempel med prototyper"
                            ]
                        },
                        {
                            "type": "examples",
                            "link": "./setPrototypeOf.js",
                            "description": [
                                "Gör så att ett objekt får en prototype"
                            ]
                        },
                        {
                            "type": "examples",
                            "link": "./prototype-all.js",
                            "description": [
                                "Metoder i en prototype"
                            ]
                        },
                        {
                            "type": "examples",
                            "link": "./prototype-chaine.js",
                            "description": [
                                "En kedja av prototyper"
                            ]
                        }
                    ],
                    "comment": []
                },
                {
                    "level": 2,
                    "title": [
                        "Prototyper och news"
                    ],
                    "description": [],
                    "statments": [
                        {
                            "type": "examples",
                            "link": "./prototype-new.js",
                            "description": [
                                "Använda new med prototyper"
                            ]
                        },
                        {
                            "type": "examples",
                            "link": "./prototype-new-and-methods.js",
                            "description": [
                                "Använda new och metoder"
                            ]
                        }
                    ],
                    "comment": []
                },
                {
                    "level": 2,
                    "title": [
                        "Några praktiskla övningar"
                    ],
                    "description": [],
                    "statments": [
                        {
                            "type": "examples",
                            "link": "./prototype-all-1.js",
                            "description": [
                                "Ett mer praktiskt exempel med djur"
                            ]
                        },
                        {
                            "type": "examples",
                            "link": "./prototype-all-2.js",
                            "description": [
                                "Ett mer praktiskt exempel på create med produkter"
                            ]
                        },
                        {
                            "type": "examples",
                            "link": "./prototype-all-3.js",
                            "description": [
                                "Ett mer praktiskt exempel på new med produkter"
                            ]
                        }
                    ],
                    "comment": []
                },
                {
                    "level": 2,
                    "title": [
                        "Några fler saker som går att göra"
                    ],
                    "description": [],
                    "statments": [
                        {
                            "type": "examples",
                            "link": "./getPrototypeOf.js",
                            "description": [
                                "Ta reda på vilken prototype ett objekt har"
                            ]
                        },
                        {
                            "type": "examples",
                            "link": "./create.js",
                            "description": [
                                "Använda Objekt methoden create"
                            ]
                        },
                        {
                            "type": "examples",
                            "link": "./change-prototype.js",
                            "description": [
                                "Ändra prototyper i en kedja"
                            ]
                        }
                    ],
                    "comment": []
                }
            ]
        }
    ],
    "kind": "examples"
}