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:
Kolade Chris
2026-03-26 15:16:41 +01:00
committed by GitHub
parent 45ad8ebf25
commit 22b6179064
24 changed files with 1575 additions and 0 deletions
+7
View File
@@ -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": [