feat(curriculum): add fcc forum leaderboard lab to FSD cert (#57336)

Co-authored-by: Zaira <33151350+zairahira@users.noreply.github.com>
This commit is contained in:
Dario-DC
2024-12-10 12:00:09 +01:00
committed by GitHub
parent 5e4459fd52
commit 02c3c7913a
5 changed files with 1473 additions and 1 deletions
+6 -1
View File
@@ -3268,7 +3268,12 @@
]
},
"alda": { "title": "253", "intro": [] },
"cvaf": { "title": "254", "intro": [] },
"lab-fcc-forum-leaderboard": {
"title": "Build an fCC Forum Leaderboard",
"intro": [
"For this lab you will practice asynchronous JavaScript by coding your own freeCodeCamp forum leaderboard."
]
},
"review-asynchronous-javascript": {
"title": "Asynchronous JavaScript Review",
"intro": [
@@ -0,0 +1,9 @@
---
title: Introduction to the Build an fCC Forum Leaderboard
block: lab-fcc-forum-leaderboard
superBlock: full-stack-developer
---
## Introduction to the Build an fCC Forum Leaderboard
For this lab you will practice asynchronous JavaScript by coding your own freeCodeCamp forum leaderboard.
@@ -0,0 +1,11 @@
{
"name": "Build an fCC Forum Leaderboard",
"isUpcomingChange": true,
"usesMultifileEditor": true,
"blockType": "lab",
"blockLayout": "link",
"dashedName": "lab-fcc-forum-leaderboard",
"superBlock": "full-stack-developer",
"challengeOrder": [{ "id": "673c91f0b934834bc4a3ecc2", "title": "Build an fCC Forum Leaderboard" }],
"helpCategory": "JavaScript"
}
@@ -524,6 +524,7 @@
"blocks": [
{ "dashedName": "lecture-understanding-asynchronous-programming" },
{ "dashedName": "workshop-fcc-authors-page" },
{ "dashedName": "lab-fcc-forum-leaderboard" },
{ "dashedName": "lab-weather-app" },
{ "dashedName": "review-asynchronous-javascript" },
{ "dashedName": "quiz-asynchronous-javascript" }