mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
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:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user