diff --git a/src/content/prepare/unit1.md b/src/content/prepare/unit1.md index f421cb0..35ffc14 100644 --- a/src/content/prepare/unit1.md +++ b/src/content/prepare/unit1.md @@ -15,7 +15,7 @@ time: 60min - **Javascript variables**: "Can you explain how to declare and use variables in javascript?", "What is the difference between let and const?", "Why do variables need to be declared?", "What are primitives in Javascript?", "What are literals in Javascript?", "What does it mean to be weakly typed?", "How can I store lists in Javascript?" - **Manipulating documents (DOM) with javascript**: -"What is the Document Object Model?", "How can I manipulate an html document with javascript?", "How can I add elements to the DOM?", "How can I remove elements from the DOM?", "How can I add or remove attributes from elements in the DOM?","Why would I do this?" +"What is the Document Object Model?", "How can I manipulate an html document with javascript?", "How can I add elements to the DOM?", "How can I remove elements from the DOM?", "How can I add or remove attributes from elements in the DOM?","What is the difference between element.innerHTML and element.insertAdjacentHTML?" - **Javascript Fetch**: "What is Fetch in Javascript?", "What does it mean to be asynchronous in Javascript?", "What is a promise?", "How can I use promises with Fetch?", "How can I use Fetch to retrieve data from a JSON file?", "How can I use Fetch to retrieve data from a REST API such as the pokeapi?" - **ES Modules**: diff --git a/src/content/prepare/unit1a.md b/src/content/prepare/unit1a.md index de3e4f4..572452a 100644 --- a/src/content/prepare/unit1a.md +++ b/src/content/prepare/unit1a.md @@ -15,4 +15,4 @@ time: 30min - **Javascript variables**: "Can you explain how to declare and use variables in javascript?", "What is the difference between let and const?", "Why do variables need to be declared?", "What are primitives in Javascript?", "What are literals in Javascript?", "What does it mean to be weakly typed?", "How can I store lists in Javascript?" - **Manipulating documents (DOM) with javascript**: -"What is the Document Object Model?", "How can I manipulate an html document with javascript?", "How can I add elements to the DOM?", "How can I remove elements from the DOM?", "How can I add or remove attributes from elements in the DOM?","Why would I do this?" +"What is the Document Object Model?", "How can I manipulate an html document with javascript?", "How can I add elements to the DOM?", "How can I remove elements from the DOM?", "How can I add or remove attributes from elements in the DOM?","What is the difference between element.innerHTML and element.insertAdjacentHTML?" diff --git a/src/content/prepare/unit2.md b/src/content/prepare/unit2.md index c9a5ab9..92b33ea 100644 --- a/src/content/prepare/unit2.md +++ b/src/content/prepare/unit2.md @@ -3,8 +3,10 @@ title: Unit 2 Exploration. time: 40min --- -- APIs (Application Programming Interface): "What is an API?", "How could I use the national park service api to get information about Yellowstone national park?" "How could I use the national park service api to get information about all national parks?", "How could I use the national park service api to get information about all national parks in a specific state?" -- JSON (Javascript Object Notation): "What is JSON?", "What does it mean to parse JSON?", "How could I parse JSON in Javascript?", "What does it mean to stringify?" "How could I stringify JSON in Javascript?" "What is the difference between JSON and XML?" +- **APIs (Application Programming Interface)**: +"What is an API?", "How could I use the national park service api to get information about Yellowstone national park?" "How could I use the national park service api to get information about all national parks?", "How could I use the national park service api to get information about all national parks in a specific state?" +- **JSON (Javascript Object Notation)**: +"What is JSON?", "What does it mean to parse JSON?", "How could I parse JSON in Javascript?", "What does it mean to stringify?" "How could I stringify JSON in Javascript?" "What is the difference between JSON and XML?" ## Ponder -- [Practice with Media Queries](https://byui-cit.github.io/learning-modules/modules/css/media-queries/ponder1/) + ## Prove -[NPS 3](../../prove/nps-3) -[Team 1](../../prove/team-1) +- [NPS 3](../../prove/nps-3) +- [Team 1](../../prove/team-1)