feat(curriculum): add dsa review to js v9 cert (#66009)

Co-authored-by: Zaira <33151350+zairahira@users.noreply.github.com>
Co-authored-by: majestic-owl448 <26656284+majestic-owl448@users.noreply.github.com>
Co-authored-by: Kiruthika R <146549751+kiruthikadev-r@users.noreply.github.com>
This commit is contained in:
Kolade Chris
2026-03-09 13:59:46 +01:00
committed by GitHub
parent 08954857c7
commit 87edde16fe
4 changed files with 242 additions and 0 deletions
+7
View File
@@ -3316,6 +3316,13 @@
"title": "Recursion Quiz",
"intro": ["Test your knowledge of Recursion with this quiz."]
},
"review-data-structures-js": {
"title": "Data Structures Review",
"intro": [
"Before you're quizzed on data structures, you should review what you've learned about them.",
"Open up this page to review concepts like the different data structures, algorithms, time and space complexity, and big O notation."
]
},
"quiz-data-structures-js": {
"title": "Data Structures Quiz",
"intro": [