feat(curriculum): add first debugging project to JS curriculum (#54622)

This commit is contained in:
Jessica Wilkins
2024-05-24 15:26:29 -07:00
committed by GitHub
parent 263fc81b62
commit 625aa01a34
32 changed files with 1191 additions and 21 deletions
+7
View File
@@ -473,6 +473,13 @@
"This will give you an opportunity to solve small problems and get a better understanding of the basics."
]
},
"learn-basic-debugging-by-building-a-random-background-color-changer": {
"title": "Learn Basic Debugging by Building a Random Background Color Changer",
"intro": [
"Debugging is the process of going through your code, finding any issues, and fixing them.",
"In this project, you will help CamperBot build a random background color changer and help them find and fix errors."
]
},
"review-dom-manipulation-by-building-a-rock-paper-scissors-game": {
"title": "Review DOM Manipulation by Building a Rock, Paper, Scissors Game",
"intro": [
@@ -0,0 +1,9 @@
---
title: Introduction to the Learn Basic Debugging by Building a Random Background Color Changer
block: learn-basic-debugging-by-building-a-random-background-color-changer
superBlock: javascript-algorithms-and-data-structures-v8
---
## Introduction to the Learn Basic Debugging by Building a Random Background Color Changer
This is a test for the new project-based curriculum.