mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(curriculum): add linked list workshop to js v9 cert (#66117)
Co-authored-by: Zaira <33151350+zairahira@users.noreply.github.com>
This commit is contained in:
@@ -5600,6 +5600,13 @@
|
||||
"Learn about common data structures and how to work with them in JavaScript."
|
||||
]
|
||||
},
|
||||
"workshop-linked-list-js": {
|
||||
"title": "Build a Linked List",
|
||||
"intro": [
|
||||
"In the previous lessons, you learned about some common data structures.",
|
||||
"In this workshop, you will build a linked list using JavaScript."
|
||||
]
|
||||
},
|
||||
"lab-linked-list-operations": {
|
||||
"title": "Implement Linked List Operations",
|
||||
"intro": [
|
||||
|
||||
Reference in New Issue
Block a user