{
    "path": "/home/krm/dev/mimer-privatum/Courses/programmering-1/Planning/introduction.sv.json",
    "s": "Ignor",
    "invert": true,
    "level": 1,
    "title": [
        "Js - Programmera med javascript"
    ],
    "author": [
        "krm"
    ],
    "created": {
        "year": 2020,
        "month": 1,
        "day": 9
    },
    "image": "/image/courses/cup-of-coffee.png",
    "status": "alpha",
    "icon": "☕️",
    "description": [],
    "statments": [],
    "comment": [],
    "cards": [
        {
            "level": 1,
            "index": 1,
            "title": [
                "Intro"
            ],
            "description": [
                "Nedan är diverse länkar som kan fungera som ett alternativ till detta upplägg."
            ],
            "statments": [
                {
                    "description": [
                        "🔗 ",
                        [
                            {
                                "link": "https://www.youtube.com/user/shiffman"
                            },
                            "Coding train"
                        ]
                    ]
                },
                {
                    "link": "https://www.youtube.com/watch?v=AaGK-fj-BAM",
                    "description": [
                        "Snake spel"
                    ]
                },
                {
                    "link": "",
                    "description": [
                        "Om att lära sig saker"
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "index": 2,
            "title": [
                "Ord"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "Terminologi - Förklaring av ord."
                    ]
                },
                {
                    "description": [
                        "Kod block - {}"
                    ]
                },
                {
                    "description": [
                        "Radslut med semikolon - ;"
                    ]
                },
                {
                    "description": [
                        "Paranteser - ()"
                    ]
                },
                {
                    "description": [
                        "Kommentarer // eller /",
                        [
                            {
                                "form": "important"
                            },
                            " "
                        ],
                        "/"
                    ]
                },
                {
                    "description": [
                        "🔗 ",
                        [
                            {
                                "link": "https://docs.google.com/document/d/1smxIpBAW8PpJc-zwS1jojDzH5gHVhFynl5JQkXf6Bzo/edit?usp=sharing"
                            },
                            "Paranteser och andra tecken"
                        ]
                    ]
                },
                {
                    "link": "https://www.youtube.com/watch?v=SsoOG6ZeyUI",
                    "description": [
                        "Space vs. tabs"
                    ]
                },
                {
                    "link": "",
                    "description": [
                        "Om att lösa frågor",
                        "."
                    ]
                },
                {
                    "description": [
                        "❓ ",
                        [
                            {
                                "link": "/a/programing/js/introduction/Questions/words.sv.html"
                            },
                            "Frågor om vanliga ord"
                        ]
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "index": 3,
            "title": [
                "Tolka"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "Utryck"
                    ]
                },
                {
                    "description": [
                        "Värde"
                    ]
                },
                {
                    "description": [
                        "Anvädna en funktion."
                    ]
                },
                {
                    "description": [
                        "Öppna en tolk i en webbläsare."
                    ]
                },
                {
                    "description": [
                        "❓ ",
                        [
                            {
                                "link": "/a/programing/js/introduction/Questions/calling.sv.html"
                            },
                            "Frågor om att få världen"
                        ]
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "index": 4,
            "title": [
                "Datatyper"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "byte"
                    ]
                },
                {
                    "description": [
                        "String"
                    ]
                },
                {
                    "description": [
                        "Number"
                    ]
                },
                {
                    "description": [
                        "Boolean"
                    ]
                },
                {
                    "description": [
                        "undefined"
                    ]
                },
                {
                    "description": [
                        "null"
                    ]
                },
                {
                    "description": [
                        "❓ ",
                        [
                            {
                                "link": "/a/programing/js/introduction/Questions/type.sv.html"
                            },
                            "Frågor om datatyper"
                        ]
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "index": 5,
            "title": [
                "Variabler"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "deklarera"
                    ]
                },
                {
                    "description": [
                        "tilldela"
                    ]
                },
                {
                    "description": [
                        "let"
                    ]
                },
                {
                    "description": [
                        "const"
                    ]
                },
                {
                    "description": [
                        "var => undvik"
                    ]
                },
                {
                    "description": [
                        "\"use strict\""
                    ]
                },
                {
                    "description": [
                        "konvertera datatype"
                    ]
                },
                {
                    "description": [
                        "🖋 ",
                        [
                            {
                                "link": "https://flems.io/#0=N4IgZglgNgpgziAXAbVAOwIYFsZJAOgAsAXLKEAGhAGMB7NYmBvEAXwvW10QICsEqdBk2J5YxAASMAHsQD6xDFAkBeCQB0QAJi2aA3OrRC4tWPii0A5gAoZ8xVADUARgCUBtOKlLVEgHIArlgARjAATrYwsgpK7obGpjDmVrZKLu6UIHAwsNTEEPQIPADMiM4A7GwcIJg4ePjUcAI09IzMPGwAuqxAA"
                            },
                            "Exempel"
                        ]
                    ]
                },
                {
                    "description": [
                        "🖋 ",
                        [
                            {
                                "link": "https://flems.io/#0=N4IgZglgNgpgziAXAbVAOwIYFsZJAOgAsAXLKEAGhAGMB7NYmBvEAXwvW10QICsEqdBk2J4AOiACucGAAI4xAE4RqxCWLQbgG2MVkZZAXlkAmANwaAbhkWzqR2QDZnFtEIWyARkYDMrjIYA7K6sGjowegZBru563sYADDH0cLSw+FC0AOYAFBgAlMloqemZuZ6FGu5pMBnZOdSFlCAysKoQKXgAjCaIPWwcIJg4ePjUcAI09IzMPGwAuqxAA"
                            },
                            "Exempel2"
                        ]
                    ]
                },
                {
                    "description": [
                        "❓ ",
                        [
                            {
                                "link": "/a/programing/js/introduction/Questions/variable.sv.html"
                            },
                            "Frågor om Variabler"
                        ]
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "index": 6,
            "title": [
                "IO"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "input"
                    ]
                },
                {
                    "description": [
                        "output"
                    ]
                },
                {
                    "description": [
                        "prompt;"
                    ]
                },
                {
                    "description": [
                        "console.log;"
                    ]
                },
                {
                    "description": [
                        "console.error;"
                    ]
                },
                {
                    "description": [
                        "Glöm inte typomvandling!"
                    ]
                },
                {
                    "description": [
                        "Testning"
                    ]
                },
                {
                    "description": [
                        "🖋 ",
                        [
                            {
                                "link": "https://flems.io/#0=N4IgZglgNgpgziAXAbVAOwIYFsZJAOgAsAXLKEAGhAGMB7NYmBvEAXwvW10QICsEqdBk2J5YxAASYcEgLwSADgCdaWBcQAUAHRAA1GFgkATpRIAmAVwD8OgJQBuLWidC4tWPii0A5hukwHShA4GFhqYgh6BB4ABkQAZhiAWjiARgAONg4Qfzx8ajgBGnpGZh42AF1WIA"
                            },
                            "Exempel 0"
                        ]
                    ]
                },
                {
                    "description": [
                        "🖋 ",
                        [
                            {
                                "link": "https://flems.io/#0=N4IghgrgLg9gSgUwDYzAExALgGZiQZwQBoRsBLJBfLAbVADswBbBLEAOgAsomkQSAxjHpQEItiAC+RBs1aYOAK2qDho8QspQABFDzaAvNoByEJgCMEAJwAUAByswmdqDYA6IAOIJtTMgHNtBCgdPSQAfg8ASiiAbjd6BK1dAA8dIzDtAGptAEZ4+iF6fBhKdmtHWyg0uP4QQkoBKDJhagUABkwAFi6AWk72qRkQRhY2dgF8FRAi9SgJSQBdSSA"
                            },
                            "Exempel 1"
                        ]
                    ]
                },
                {
                    "description": [
                        "🖋 ",
                        [
                            {
                                "link": "https://flems.io/#0=N4IghgrgLg9gSgUwDYzAExALgGZiQZwQBoRsBLJBfLAbVADswBbBLEAOgAsomkQSAxjHpQEItiAC+RBs1aYOAK2qDho8QspQABGG0BebQDkITAEYIATgAoADpZhNbUawB0QAcQTamZAObaCFA6AILuAJThANyu9EL0+DCU7FYONmDRsVraZgbGphY29o7Obp7evgFBOgBCEZlxwonJqTA2Zg3ZAnkm5lZ2Dk4u7l4+-oHB2gDC9TGNCUkIKZZp1gINWUHaUAAeOoZgAFQAjAAMp9oA1Dknp5cCc-HNS602u1DR-CCElAJQZE02MdMMcAMxSGQgRgsNjsAT4FQgeLqKASSQAXUkQA"
                            },
                            "Exempel 2"
                        ]
                    ]
                },
                {
                    "description": [
                        "🖋 ",
                        [
                            {
                                "link": "https://flems.io/#0=N4IghgrgLg9gSgUwDYzAExALgGZiQZwQBoRsBLJBfLAbVADswBbBLEAOgAsomkQSAxjHpQEItiAC+RBs1aYOAK2qDho8QspQABIxbaAvNoA6IALJgA5vQj5TAbmP0nQ+vhiV2KSwApTACQRFExAASkd6V3dPbx89BHCXYWiELxhfUwBCU0Tnei1tACcqCCQdIwCgkO0Aal05WqyHJLcPVNji-FKocP4QQkoBKDJktgA2TAAmSakZEHi2dgF8FRBXdSgJSQBdSSA"
                            },
                            "Exempel 3"
                        ]
                    ]
                },
                {
                    "description": [
                        "❓ ",
                        [
                            {
                                "link": "/a/programing/js/introduction/Questions/io.sv.html"
                            },
                            "Frågor om IO"
                        ]
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "index": 7,
            "title": [
                "Verktyg"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "Visuai studio code"
                    ]
                },
                {
                    "description": [
                        "🔗 ",
                        [
                            {
                                "link": "https://flems.io/"
                            },
                            "Flems"
                        ]
                    ]
                },
                {
                    "link": "/kaos/Courses/webbutveckling-1/Tutorial/make-a-submission-of-programing.sv.html",
                    "description": [
                        "Inlämning av uppgifter"
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "index": 8,
            "title": [
                "Källkod"
            ],
            "description": [],
            "statments": [
                {
                    "link": "",
                    "description": [
                        "Om att lösa övning uppgifter",
                        "."
                    ]
                },
                {
                    "description": [
                        "💚 ",
                        [
                            {
                                "link": "/p/e3/"
                            },
                            "E3"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/ve33/"
                            },
                            "VE33"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/ve22/"
                            },
                            "VE22"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/ve23/"
                            },
                            "VE23"
                        ]
                    ]
                },
                {
                    "description": [
                        "🔷 ",
                        [
                            {
                                "link": "/p/e13/"
                            },
                            "E13"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/e23/"
                            },
                            "E23"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/e52/"
                            },
                            "E52"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/e53/"
                            },
                            "E53"
                        ]
                    ]
                },
                {
                    "description": [
                        "⬛ !",
                        [
                            {
                                "link": "/p/h11/"
                            },
                            "H11"
                        ],
                        ", !",
                        [
                            {
                                "link": "/p/h22/"
                            },
                            "H22"
                        ]
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "index": 9,
            "title": [
                "Struktur"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "❓ ",
                        [
                            {
                                "link": "/a/programing/js/introduction/Questions/structure.sv.html"
                            },
                            "Frågor om strukturen"
                        ]
                    ]
                },
                {
                    "description": [
                        "💚 ",
                        [
                            {
                                "link": "/p/ve1/"
                            },
                            "VE1"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/ve11/"
                            },
                            "VE11"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/e32/"
                            },
                            "E32"
                        ],
                        ", !",
                        [
                            {
                                "link": "/p/e11/"
                            },
                            "E11"
                        ]
                    ]
                },
                {
                    "description": [
                        "🔷 ",
                        [
                            {
                                "link": "/p/e2/"
                            },
                            "E2"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/ve21/"
                            },
                            "VE21"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/e1/"
                            },
                            "E1"
                        ],
                        ", !",
                        [
                            {
                                "link": "/p/e21/"
                            },
                            "E21"
                        ]
                    ]
                },
                {
                    "description": [
                        "⬛ ",
                        [
                            {
                                "link": "/p/n41/"
                            },
                            "N41"
                        ],
                        ", !",
                        [
                            {
                                "link": "/p/vh11/"
                            },
                            "VH11"
                        ]
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "index": 10,
            "title": [
                "Beräkningar"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "Beräkningar!"
                    ]
                },
                {
                    "description": [
                        "% - resten"
                    ]
                },
                {
                    "description": [
                        "Exempel med slumptal för att simulera en tärning."
                    ]
                },
                {
                    "description": [
                        "Vanliga beräkningar."
                    ]
                },
                {
                    "description": [
                        "❓ ",
                        [
                            {
                                "link": "/a/programing/js/introduction/Questions/math.sv.html"
                            },
                            "Frågor om beräkningar"
                        ]
                    ]
                },
                {
                    "description": [
                        "💚 ",
                        [
                            {
                                "link": "/p/ve4/"
                            },
                            "VE4"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/ve14/"
                            },
                            "VE14"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/e14/"
                            },
                            "E14"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/e24/"
                            },
                            "E24"
                        ]
                    ]
                },
                {
                    "description": [
                        "🔷 ",
                        [
                            {
                                "link": "/p/e34/"
                            },
                            "E34"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/n34/"
                            },
                            "N34"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/n14"
                            },
                            "N14"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/n64"
                            },
                            "N64"
                        ]
                    ]
                },
                {
                    "description": [
                        "⬛ ",
                        [
                            {
                                "link": "/p/n44/"
                            },
                            "N44"
                        ],
                        ", !",
                        [
                            {
                                "link": "/p/vh32/"
                            },
                            "VH32"
                        ]
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "index": 11,
            "title": [
                "Logik"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "Jämförelser - sant om jämförelsen är sann."
                    ]
                },
                {
                    "description": [
                        "&gt;, &lt;, &lt;=, &gt;="
                    ]
                },
                {
                    "description": [
                        "Använd rätt = (tilldelning) eller === (jämförelse)"
                    ]
                },
                {
                    "description": [
                        "Undvik =="
                    ]
                },
                {
                    "description": [
                        "Olika är !=="
                    ]
                },
                {
                    "description": [
                        "Logiska operator"
                    ]
                },
                {
                    "description": [
                        "|| - eller"
                    ]
                },
                {
                    "description": [
                        "&& - och"
                    ]
                },
                {
                    "description": [
                        "! - inte"
                    ]
                },
                {
                    "description": [
                        "Inte ett &, Tex 5 & 12 blir 4."
                    ]
                },
                {
                    "description": [
                        "Villkor - Sätt ihop jämförelser med logiska operatorer"
                    ]
                },
                {
                    "description": [
                        "❓ ",
                        [
                            {
                                "link": "/a/programing/js/introduction/Questions/conditional.sv.html"
                            },
                            "Frågor om logik"
                        ]
                    ]
                },
                {
                    "description": [
                        "💚 ",
                        [
                            {
                                "link": "/p/ve45/"
                            },
                            "VE45"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/e44/"
                            },
                            "E44"
                        ],
                        ", !",
                        [
                            {
                                "link": "/p/e4/"
                            },
                            "E4"
                        ],
                        ", !",
                        [
                            {
                                "link": "/p/e74/"
                            },
                            "E74"
                        ]
                    ]
                },
                {
                    "description": [
                        "🔷 ",
                        [
                            {
                                "link": "/p/e84/"
                            },
                            "E84"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/e44/"
                            },
                            "E44"
                        ],
                        ", !",
                        [
                            {
                                "link": "/p/e24/"
                            },
                            "E24"
                        ],
                        ", !",
                        [
                            {
                                "link": "/p/e34/"
                            },
                            "E24"
                        ]
                    ]
                },
                {
                    "description": [
                        "⬛ ",
                        [
                            {
                                "link": "/p/h5/"
                            },
                            "H5"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/h15/"
                            },
                            "H15"
                        ]
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "index": 12,
            "title": [
                "Vilkor"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "Att kunna välja väg är centralt"
                    ]
                },
                {
                    "description": [
                        "Kan också kallas grenar(“branch”)"
                    ]
                },
                {
                    "description": [
                        "if"
                    ]
                },
                {
                    "description": [
                        "else"
                    ]
                },
                {
                    "description": [
                        "🖋 ",
                        [
                            {
                                "link": "https://flems.io/#0=N4IghgrgLg9gSgUwDYzAExALgGZiQZwQBoRsBLJBfLAbVADswBbBLEAOgAsomkQSAxjHpQEItiAC+RBs1aYOAK2qDho8QqH18UAARhtAdwQAnXQF5dABxMwmVqAAoAOiADKAE4DmuxWACErgCUANzO9OFk2I4G+MZm5om6rn7BusDhurpa+DCU7CheLiAAQiYBweGSusiE6ZnZwrn5hcUAcgiKgSChVfwghJQCUGRNbABsmACMALQADJhzUjIgjCxs7AL4KiBa6lASkgC6kkA"
                            },
                            "Enkel exempel om att säga ja"
                        ]
                    ]
                },
                {
                    "description": [
                        "🖋 ",
                        [
                            {
                                "link": "https://flems.io/#0=N4IghgrgLg9gSgUwDYzAExALgGZiQZwQBoRsBLJBfLAbVADswBbBLEAOgAsomkQSAxjHpQEItiAC+RBs1aYOAK2qDho8QqH18UAARhtAdwQAnXQF5dAOQhMARqYAUABxMwmzqI4A6IAOIIukxkAOa6CFB6UHi6OgBvJiaBACf0ugAsAIS+AJQ5ANze9EVk2I4G+MZmAHwZObrARbq6WvgwlOwoIT4gAEImYLlFkuEEgY1pLcJtHV09ANLuuqFimboAygCnsQBumyZ6yWZoEcsiCNkgBcP8IISUAlBk02wAjJgADFIyIIwsbOwBPgVCAtOooBJJABdSRAA"
                            },
                            "En if-sats med tal"
                        ]
                    ]
                },
                {
                    "description": [
                        "🖋 ",
                        [
                            {
                                "link": "https://flems.io/#0=N4IghgrgLg9gSgUwDYzAExALgGZiQZwQBoRsBLJBfLAbVADswBbBLEAOgAsomkQSAxjHpQEItiAC+RBs1aYOAK2qDho8QspQABGHr4A7ggBO2gLzaADsZhNLUABQAdEAHEyANwTaWu7QHJLMHxDGGM0fxcASgBuJ3p4smwHPUMTczMLFyCQgzC0aO1geO1tIX0YSnYUAHNnEABlKjltMnxtGEsxaLj6SW1kQiKSsuF8SoRqmDqXAHUbehqAQh74yXj48vGq2vqAIwBPBBWQKP4QQkoBKDIxtgAGTABme6kZEEYWNnYBEPPy9RQCSSAC6kiAA"
                            },
                            "Testa ett lösenord"
                        ]
                    ]
                },
                {
                    "description": [
                        "❓ ",
                        [
                            {
                                "link": "/a/programing/js/introduction/Questions/if.sv.html"
                            },
                            "Frågor om vilkors-satser"
                        ]
                    ]
                },
                {
                    "description": [
                        "💚 ",
                        [
                            {
                                "link": "/p/e25"
                            },
                            "E25"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/e35"
                            },
                            "E35"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/e5"
                            },
                            "E5"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/e45"
                            },
                            "E45"
                        ]
                    ]
                },
                {
                    "description": [
                        "🔷 ",
                        [
                            {
                                "link": "/p/e55"
                            },
                            "E55"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/n15"
                            },
                            "N15"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/n35"
                            },
                            "N35"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/n45"
                            },
                            "N45"
                        ]
                    ]
                },
                {
                    "description": [
                        "⬛ ",
                        [
                            {
                                "link": "/p/n4/"
                            },
                            "N4"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/h4/"
                            },
                            "H4"
                        ]
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "index": 13,
            "title": [
                "Mer om vilkor"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "else if"
                    ]
                },
                {
                    "description": [
                        "🖋 ",
                        [
                            {
                                "link": "https://flems.io/#0=N4IghgrgLg9gSgUwDYzAExALgGZiQZwQBoRsBLJBfLAbVADswBbBLEAOgAsomkQSAxjHpQEItiAC+RBs1aYOAK2qDho8QqH18UAARhtAdwQAnXQF5dAOQhMARqYAUABxMwmzqI4A6IAOIIukxkAOa6CFB6UHi6OgBvJiaBACf0ugAsAIS+AJQ5ANze9Fr4MJTsKCGOBvjGJjlFZNjVRqa6AHwZObrARbq6JWUIFTBVvgBCJmC5RZLhBIFNjjb2puxk+FZgVi21pnk9fQPCpeWVPiAAIhG62Mlm97pkIina4ZG60UjZIAWz84RDmljtohiMxiAANLuJ4hMSZXQAZQAp7EAG7Ikx6R5oG7PUQ-P70ST8ECESgCKBkE5sACMmFpAE4ALT0gAMUhkIEYLDY7AE+BUIC06igEkkAF1JEA"
                            },
                            "If-sats med NaN"
                        ]
                    ]
                },
                {
                    "description": [
                        "🖋 ",
                        [
                            {
                                "link": "https://flems.io/#0=N4IghgrgLg9gSgUwDYzAExALgGZiQZwQBoRsBLJBfLAbVADswBbBLEAOgAsomkQSAxjHpQEItiAC+RBs1aYOAK2qDho8QqH18UAARhtAdwQAnXQF5dABxMwmVqAAoAOiADKAE4DmuxWACErgCUANzO9OFk2I4G+MZm5om6rn7BusDhurpa+DCU7CheLiAAQiYBweGSusiEulExRqYWSa4AUmBpGfRZOXkIBTBFrmUVIEFVNQQI9dGx8S2WrgCeVF2Z2cK5+YXFo4Hjk7UzDfPNiUsgAJpr4+kbfTtDe+UHE-TVx-c9m9r9g8MQAA5BCKN5hD78ECESgCKBkLZsACcmAAjAAWKQyECMFhsdgCfAqEBadRQCSSAC6kiAA"
                            },
                            "Att säga ja på flera sätt"
                        ]
                    ]
                },
                {
                    "description": [
                        "🖋 ",
                        [
                            {
                                "link": "https://flems.io/#0=N4IgtglgJlA2CmIBcB2AnAOgMxoDQgEMBXAFwHsAleWMgqZAMwNgGd58GIEXkBtUAHYEwiJCAwALEmFgh8AYzICS8ZchAgAvrkHDR4gFY8FSlWrGKBLEgAICVgO7wATjYC8NgA7OyYTyQAKAB0QAGUAE4BzGwMCAEIQgEoAbiCBNIgGAPsWJ1c3ApsQ2JCbAB8yu0cXd0KQgCkCUoqq3JqCjxCAT3gWZsqcvNrOkABNXqSbYDSbG0sWMgQMGkjgkAAhZ3iktM0bajYpmbmlBaWVtYA5eAMEkBTduRA2BHkSCFP1LCQsLR0QIQidQYeQsYwgSxmEjqLQAXU0QA"
                            },
                            "En förenkling utan if-else"
                        ]
                    ]
                },
                {
                    "description": [
                        "💚 ",
                        [
                            {
                                "link": "/p/e5"
                            },
                            "VE5"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/ve15"
                            },
                            "VE15"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/e15"
                            },
                            "E15"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/n74"
                            },
                            "N74"
                        ]
                    ]
                },
                {
                    "description": [
                        "🔷 ",
                        [
                            {
                                "link": "/p/e75"
                            },
                            "E75"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/n15"
                            },
                            "N15"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/n45"
                            },
                            "N45"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/n65"
                            },
                            "N65"
                        ]
                    ]
                },
                {
                    "description": [
                        "⬛ ",
                        [
                            {
                                "link": "/p/vh4/"
                            },
                            "VH4"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/vh5/"
                            },
                            "VH5"
                        ]
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "index": 14,
            "title": [
                "Loopar"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "repetition av kod"
                    ]
                },
                {
                    "description": [
                        "ej goto - ger oss spagetikod."
                    ]
                },
                {
                    "description": [
                        "for"
                    ]
                },
                {
                    "description": [
                        "🖋 ",
                        [
                            {
                                "link": "https://flems.io/#0=N4IghgrgLg9gSgUwDYzAExALgGZiQZwQBoRsBLJBfLAbVADswBbBLEAOgAsomkQSAxjHpQEItiAC+RBs1aYOAK2qDho8QuwwATgApKUAARlDAXkMAGANzHDAHkMBGa8YDUrgJSHgAHXqHDIXp8GEp2FABzXQAmACoyDys-SX4QQkoBKDJhagVHTEcAVikZEEYWNnYBfBUQIPUoCUkAXUkgA"
                            },
                            "Exempel"
                        ]
                    ]
                },
                {
                    "description": [
                        "🖋 ",
                        [
                            {
                                "link": "https://flems.io/#0=N4IghgrgLg9gSgUwDYzAExALgGZiQZwQBoRsBLJBfLAbVADswBbBLEAOgAsomkQSAxjHpQEItiAC+RBs1aYOAK2qDho8QuwwATgApKUAARlDAXkMBWANzHDAHnMBGa8YDUrgJSHgAHXqHDIXp8GEp2FABzXTIPKz9JfhBCSgEoMmFqBQAGTEcATikZEEYWNnYBfBUQIPUoCUkAXUkgA"
                            },
                            "Exempel 2"
                        ]
                    ]
                },
                {
                    "description": [
                        "🖋 ",
                        [
                            {
                                "link": "https://flems.io/#0=N4IgZglgNgpgziAXAbVAOwIYFsZJAOgAsAXLKEAGhAGMB7NYmBvEAXwvW10QICsEqdBk2J4wtAE4AKWMQAEEOQF45AJgAMAbgVyAfCoCMAVm0QlEALQGAlHOAAdNHLlC4tWPii0A5lIjXNR1ZKEDgYWGpiCHoEHnVEAGZ1Ng4QTBw8fGo4ARp6RmYeNgBdViA"
                            },
                            "Exempel 3"
                        ]
                    ]
                },
                {
                    "description": [
                        "while"
                    ]
                },
                {
                    "description": [
                        "🖋 ",
                        [
                            {
                                "link": "https://flems.io/#0=N4IghgrgLg9gSgUwDYzAExALgGZiQZwQBoRsBLJBfLAbVADswBbBLEAOgAsomkQSAxjHpQEItiAC+RBs1aYOAK2qDho8QspQABGW0BebQBYADAG4AOvQDunCggAUegHzaAjCYCU24Fe3ahenwYSnYUAHMnT0t6fzJ9MgBaACYYyX4QQkoBKDJhagUAZkwADkTitykZEEYWNnYBfBUQQPUoCUkAXUkgA"
                            },
                            "Exempel 4"
                        ]
                    ]
                },
                {
                    "description": [
                        "🖋 ",
                        [
                            {
                                "link": "https://flems.io/#0=N4IghgrgLg9gSgUwDYzAExALgGZiQZwQBoRsBLJBfLAbVADswBbBLEAOgAsomkQSAxjHpQEItiAC+RBs1aYOAK2qDho8QspQABNoDy2gLzbgAHXq6ymbQAYi53fQQAPKNewR6AqGWEAKAEoTB10oTjJ8djIAamiAbhDtACcEKAgkizCIqO0AHm0ARhsE+klzMvpzAHdwyj89didXQKCzC20henwYSnYUAHN6qICSyX4QQkpvXy62IswCgFobTBspGRBGFjZ2AXwVEE71KAlJAF1JIA"
                            },
                            "Exempel 5"
                        ]
                    ]
                },
                {
                    "description": [
                        "❓ ",
                        [
                            {
                                "link": "/a/programing/js/introduction/Questions/for.sv.html"
                            },
                            "Frågor om for-satser"
                        ]
                    ]
                },
                {
                    "description": [
                        "💚 ",
                        [
                            {
                                "link": "/p/ve6"
                            },
                            "VE6"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/e6"
                            },
                            "E6"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/e46"
                            },
                            "E46"
                        ]
                    ]
                },
                {
                    "description": [
                        "🔷 ",
                        [
                            {
                                "link": "/p/e66"
                            },
                            "E66"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/n16"
                            },
                            "N16"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/n26"
                            },
                            "N26"
                        ]
                    ]
                },
                {
                    "description": [
                        "⬛ ",
                        [
                            {
                                "link": "/p/h6"
                            },
                            "H6"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/h25"
                            },
                            "H25"
                        ]
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "index": 15,
            "title": [
                "Mer om loopar"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "Vi kan ha if-sater i loopar"
                    ]
                },
                {
                    "description": [
                        "🖋 ",
                        [
                            {
                                "link": "https://flems.io/#0=N4IgZglgNgpgziAXAbVAOwIYFsZJAOgAsAXLKEAGhAGMB7NYmBvEAXwvW10QICsEqdBk2J4wtAE4AKWMQAEEALwAGANwK5AHgCMytXIUBqQwEo5wADpoDEMFIgBSbQCY5i93OVnL1g3KFwtLD4ULQA5vYmqlYGrFaslCBwMLDUxBD0CDzOiADsbBwgmDh4+NRwAjT0jMw8bAC6rEA"
                            },
                            "Exempel"
                        ]
                    ]
                },
                {
                    "description": [
                        "break - stopar en loop."
                    ]
                },
                {
                    "description": [
                        "🖋 ",
                        [
                            {
                                "link": "https://flems.io/#0=N4IgZglgNgpgziAXAbVAOwIYFsZJAOgAsAXLKEAGhAGMB7NYmBvEAXwvW10QICsEqdBk2J4wtAE4AKWMQAEEALwBGANwK5AHmUAGHeoUBqQwEo5wADpo5CsFIgBSZQCY5i93J1nL1m3KFwtLD4ULQA5vYmqlZ+cgBGEjAYANbRvqxWrJQgcDCw1MQQ9Ag8AKyIygC0Oog6bBwgmDh4+NRwAjT0jMw8bAC6rEA"
                            },
                            "Exempel 2"
                        ]
                    ]
                },
                {
                    "description": [
                        "Använda variabler i loopar"
                    ]
                },
                {
                    "description": [
                        "🖋 ",
                        [
                            {
                                "link": "https://flems.io/#0=N4IgtglgJlA2CmIBcBOATAOgBxoDQgDMIEBnZAbVADsBDMRJEDACwBcxYR8BjAeytbwByECAC+uanQZMAVmR79BwxgB0q6hKwAENATVjaAvNoCMABksBuTfB3NZvZrwD6JAK5hj28zapbtKl5g1w8vE19be3hZN09vSI0qAl4AJwAKAIgEq21sgB5dfVhciABqMoBKbWAo3W8AWRpWZgxUvSheMHTKgCoLPwCAIxMmlraOrp7+xIgCdJptQqxtADJV7SGl7Sxq2qptbQcnUM8Kv0OAeku+KhJeBAxYXgBzdNUQAAlHZw-KvzE2ngsBI8Dy80Wyz26kOQRCcTA5xh2mut3uj2ebw+ADkAPL4gCEfwBQJBYP2h2YMQRSIOKJu-HR8Cer3eXxiRJA-3UYh56nUaIezMxbO+J20BFS8AA1gA3IQkJDaD7aMraMatVK8dxUKDpY7OBGXPSsAwzczVMofACkxIFjKFLKxIGxIV4EqlcoVSpVao1bW1uvScOCRpNZosFtVNrtVEFGNZH0+MQ9MvldyVh196uamsDeqpsTCxuK5stMa5Vi4IFBCG4rAgjJEaCQpgAbOJJCBaPQRBhuCQFCBbspWCJxABdMRAA"
                            },
                            "Exempel 3"
                        ]
                    ]
                },
                {
                    "description": [
                        "💚 ",
                        [
                            {
                                "link": "/p/e56"
                            },
                            "E56"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/e16"
                            },
                            "E16"
                        ]
                    ]
                },
                {
                    "description": [
                        "🔷 ",
                        [
                            {
                                "link": "/p/e36"
                            },
                            "E36"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/n6"
                            },
                            "N6"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/n75"
                            },
                            "N75"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/n76"
                            },
                            "N76"
                        ]
                    ]
                },
                {
                    "description": [
                        "⬛ 🎖️",
                        [
                            {
                                "link": "/p/h12"
                            },
                            "H12"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/h13"
                            },
                            "H13"
                        ]
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "index": 16,
            "title": [
                "Felsökning"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "Läsa felmeddelanden."
                    ]
                },
                {
                    "description": [
                        "Övningar"
                    ]
                },
                {
                    "description": [
                        "Om felhantering"
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "index": 17,
            "title": [
                "Blandade uppgifter"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "❓ ",
                        [
                            {
                                "link": "/a/programing/js/introduction/Questions/mixed.sv.html"
                            },
                            "Blande frågor"
                        ]
                    ]
                },
                {
                    "description": [
                        "💚 ",
                        [
                            {
                                "link": "/p/ve23"
                            },
                            "VE23"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/ve43"
                            },
                            "VE43"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/e24"
                            },
                            "E24"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/e15"
                            },
                            "E15"
                        ]
                    ]
                },
                {
                    "description": [
                        "🔷 ",
                        [
                            {
                                "link": "/p/n55"
                            },
                            "N55"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/n65"
                            },
                            "N65"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/n17"
                            },
                            "N17"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/n75"
                            },
                            "N75"
                        ]
                    ]
                },
                {
                    "description": [
                        "⬛ ",
                        [
                            {
                                "link": "/p/h14"
                            },
                            "H14"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/h23"
                            },
                            "H23"
                        ]
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "index": 18,
            "title": [
                "Mer blandade uppgifter"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "🔗 ",
                        [
                            {
                                "link": "https://docs.google.com/document/d/14tibMU0dtN1T9z2Kd--87lQkuBWTH7x1r7sI3sXcK3Q/edit?usp=sharing"
                            },
                            "Extra uppgifter och några exempel"
                        ]
                    ]
                },
                {
                    "description": [
                        "❓ ",
                        [
                            {
                                "link": "/a/programing/js/introduction/Questions/hard.sv.html"
                            },
                            "Svårare frågor"
                        ]
                    ]
                },
                {
                    "description": [
                        "💚 ",
                        [
                            {
                                "link": "/p/ve17"
                            },
                            "VE17"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/e33"
                            },
                            "E33"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/e63/"
                            },
                            "E63"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/e73/"
                            },
                            "E73"
                        ]
                    ]
                },
                {
                    "description": [
                        "🔷 ⚠️",
                        [
                            {
                                "link": "/p/n22/"
                            },
                            "N22"
                        ]
                    ]
                },
                {
                    "description": [
                        "⬛ 🎖️",
                        [
                            {
                                "link": "/p/vh3"
                            },
                            "VH3"
                        ]
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "index": 19,
            "title": [
                "Ännu mer blandade uppgifter"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "💚"
                    ]
                },
                {
                    "description": [
                        "🔷"
                    ]
                },
                {
                    "description": [
                        "⬛"
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "index": 20,
            "title": [
                "Alternativ"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "W3Schools"
                    ]
                },
                {
                    "description": [
                        "MDN"
                    ]
                },
                {
                    "description": [
                        "Stack Overflow"
                    ]
                },
                {
                    "description": [
                        "Khan academy"
                    ]
                },
                {
                    "description": [
                        "🔗",
                        [
                            {
                                "link": "https://www.khanacademy.org/computing/computer-programming"
                            },
                            "Programmera i js"
                        ]
                    ]
                },
                {
                    "description": [
                        "🔗 ",
                        [
                            {
                                "link": "http://spelprogrammering.nu"
                            },
                            "spelprogrammering.nu"
                        ]
                    ]
                },
                {
                    "description": [
                        "🔗 ",
                        [
                            {
                                "link": "https://www.youtube.com/watch?v=mvLdugZHHL8"
                            },
                            "Youtube"
                        ]
                    ]
                },
                {
                    "description": [
                        "🔗 ",
                        [
                            {
                                "link": "https://htsit.se/p"
                            },
                            "Programmeringsproblem"
                        ]
                    ]
                },
                {
                    "link": "https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/up%20&%20going/README.md#you-dont-know-js-up--going",
                    "description": [
                        "Introm bok om programmering, vi gör kapitel ett här."
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "index": 20,
            "title": [
                "Exempel med Expersystem"
            ],
            "description": [
                "Gå igenom denna guide och lämna in."
            ],
            "statments": [
                {
                    "link": "https://htsit.se/a/programing/js/Tutorials/create-a-simple-expert-system.sv.html",
                    "description": [
                        "Guide till expertsystem"
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "index": 21,
            "title": [
                "Uppgifter som har utgått"
            ],
            "description": [
                "Dessa uppgifter har utgått för de går inte att göra test till dem."
            ],
            "statments": [
                {
                    "link": "/p/ve12/",
                    "description": [
                        "VE12",
                        ", ",
                        [
                            {
                                "link": "/p/ve2/"
                            },
                            "VE2"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/ve12/"
                            },
                            "VE12"
                        ],
                        ", ",
                        [
                            {
                                "link": "/p/ve32/"
                            },
                            "VE32"
                        ]
                    ]
                },
                {
                    "link": "/p/e21/",
                    "description": [
                        "E21",
                        ", ",
                        [
                            {
                                "link": "/p/e31/"
                            },
                            "E31"
                        ]
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "index": 22,
            "title": [
                "Uppgifter om slump"
            ],
            "description": [
                "Dessa kommer komma i nästa avsnitt."
            ],
            "statments": [
                {
                    "description": [
                        "❓ ",
                        [
                            {
                                "link": "/a/programing/js/introduction/Questions/object.sv.html"
                            },
                            "Om object"
                        ]
                    ]
                },
                {
                    "link": "/p/n13",
                    "description": [
                        "N13"
                    ]
                },
                {
                    "description": [
                        "🖋 ",
                        [
                            {
                                "link": "https://flems.io/#0=N4IgZglgNgpgziAXAbVAOwIYFsZJAOgAsAXLKEAGhAGMB7NYmBvEAXwvW10QICsEqdBk2J5YxAAQYJAXgkBZDMUL4AThjQATWlgAUASgBUARgAMAbgA6aaxDC7pAHgkAWfRODWJEoXFqx8KFoAc11LEAAJXlpCWnD9a1YJGCg4GA8vH3o-AKDQ8IiYXgBCeMTKEDTYamIIbLwANkRjNg4QTBw8fGo4ARp6RmYeNgBdViA"
                            },
                            "Exempel"
                        ]
                    ]
                },
                {
                    "description": [
                        "🖋 ",
                        [
                            {
                                "link": "https://flems.io/#0=N4IgZglgNgpgziAXAbVAOwIYFsZJAOgAsAXLKEAGhAGMB7NYmBvEAXwvW10QICsEqdBk2J5YxAAQYJAXgkBZDMUL4AThjQATWlgAUASgBUARgAMAbgA6acRIBGcxcrUbteo2atprEMLukAPBIAHBIAZGH2EkHB+hLA1hISQnC0sPhQtADmupYgABK8tIS0efrWrBIwUHAw8YnJ9KnpmTl5+TC8AIRlFZQgtbDUxBBNeADsiMYAtKaIpmwcIJg4ePjUcAI09IzMPGwAuqxAA"
                            },
                            "Exempel2"
                        ]
                    ]
                }
            ],
            "comment": []
        }
    ],
    "kind": "planning"
}