mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(curriculum): add dsa lessons to js v9 cert (#66008)
Co-authored-by: majestic-owl448 <26656284+majestic-owl448@users.noreply.github.com>
This commit is contained in:
@@ -3286,6 +3286,12 @@
|
||||
"title": "Recursion Quiz",
|
||||
"intro": ["Test your knowledge of Recursion with this quiz."]
|
||||
},
|
||||
"lecture-working-with-common-data-structures-js": {
|
||||
"title": "Working with Common Data Structures",
|
||||
"intro": [
|
||||
"Learn about common data structures and how to work with them in JavaScript."
|
||||
]
|
||||
},
|
||||
"lecture-introduction-to-common-searching-and-sorting-algorithms": {
|
||||
"title": "Introduction to Common Searching and Sorting Algorithms",
|
||||
"intro": [
|
||||
|
||||
Reference in New Issue
Block a user