Skip to content

Commit

Permalink
move fetch and JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
matkat99 committed Jul 30, 2024
1 parent cb0b74c commit fb32931
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/content/block/unit1.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tags: [
## Ponder

- [Course Setup](../../prove/setup/)
- [Fetch Basics](https://byui-cit.github.io/learning-modules/modules/js/fetch-basics/)
- [Practice with JSON](https://byui-cit.github.io/learning-modules/modules/js/json/ponder1/)

## Prove

Expand Down
4 changes: 2 additions & 2 deletions src/content/prepare/unit1.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ time: 60min
"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?","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?"
- **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?"
- **ES Modules**:
"What is an ES Module?", "How do I use an ES Module?", "How can ES Modules help me organize my code?"

Expand Down
4 changes: 2 additions & 2 deletions src/content/prepare/unit1b.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Unit 1 Readings - Part 2.
time: 30min
---

- **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?"
- **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?"
- **ES Modules**:
"What is an ES Module?", "How do I use an ES Module?", "How can ES Modules help me organize my code?"
4 changes: 2 additions & 2 deletions src/content/prepare/unit2.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ title: Unit 2 Exploration.
time: 40min
---

- **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?"
- **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?"

<!--
### Prompt
Expand Down
4 changes: 2 additions & 2 deletions src/content/prepare/unit2a.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ title: Unit 2 Exploration.
time: 30min
---

- **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?"
- **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?"

<!--
### Prompt
Expand Down
4 changes: 2 additions & 2 deletions src/content/semester/unit1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Unit One - Introduction
summary: This Unit will review concepts in HTML, CSS, and Javascript. It will also instruct how to setup our environment for the course.
summary: This unit will review concepts in HTML, CSS, and Javascript. It will also instruct how to setup our environment for the course.
tags: [
HTML basics,
CSS basics,
Expand All @@ -17,7 +17,7 @@ tags: [
## Ponder

- [Course Setup](../../prove/setup/)
- [Fetch Basics](https://byui-cit.github.io/learning-modules/modules/js/fetch-basics/)
- [Practice with JSON](https://byui-cit.github.io/learning-modules/modules/js/json/ponder1/)

## Prove

Expand Down
2 changes: 1 addition & 1 deletion src/content/semester/unit2.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tags: [

## Ponder

- [Practice with JSON](https://byui-cit.github.io/learning-modules/modules/js/json/ponder1/)
- [Fetch Basics](https://byui-cit.github.io/learning-modules/modules/js/fetch-basics/)
- [Practice with APIs](https://byui-cit.github.io/learning-modules/modules/js/apis/ponder1/)
<!-- - [Debugging Practice](https://byui-cit.github.io/learning-modules/modules/js/debugging/ponder1/) -->

Expand Down

0 comments on commit fb32931

Please sign in to comment.