mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(curriculum): add first debugging project to JS curriculum (#54622)
This commit is contained in:
@@ -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": [
|
||||
|
||||
+9
@@ -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.
|
||||
Reference in New Issue
Block a user