Files
freeCodeCamp/curriculum/structure/superblocks/javascript-fundamentals-review.json
Jessica Wilkins caa5d42e41 feat: add interactive JS courses to catalog (#66406)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-03-16 22:20:35 -07:00

29 lines
942 B
JSON

{
"blocks": [
"lecture-working-with-types-and-objects",
"lecture-working-with-arrays-variables-and-naming-practices",
"lecture-working-with-code-quality-and-execution-concepts",
"lab-reverse-a-string",
"lab-largest-number-finder",
"lab-first-element-finder",
"lab-slice-and-splice",
"lab-pyramid-generator",
"lab-gradebook-app",
"lecture-the-var-keyword-and-hoisting",
"lab-title-case-converter",
"lab-falsy-remover",
"lab-inventory-management-program",
"lecture-understanding-modules-imports-and-exports",
"lecture-working-with-the-arguments-object-and-rest-parameters",
"lab-unique-sorted-union",
"lab-password-generator",
"lab-sum-all-numbers-algorithm",
"lab-dna-pair-generator",
"lab-html-entitiy-converter",
"lab-odd-fibonacci-sum-calculator",
"lab-element-skipper",
"review-javascript-fundamentals",
"quiz-javascript-fundamentals"
]
}