feat(curriculum): adding shape manager TS workshop (#63083)

Co-authored-by: Dario <105294544+Dario-DC@users.noreply.github.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
Kolade Chris
2026-04-14 17:44:12 +01:00
committed by GitHub
parent 7aeefcb677
commit 526e09bbf0
54 changed files with 19681 additions and 1 deletions
+6
View File
@@ -6206,6 +6206,12 @@
"In these lessons, you will learn how to work with union types, interfaces, void types and more."
]
},
"workshop-shape-manager": {
"title": "Build a Shape Manager",
"intro": [
"In this workshop, you will practice basic TypeScript features like types and interfaces by building a shape manager program."
]
},
"lecture-working-with-generics-and-type-narrowing": {
"title": "Working with Generics and Type Narrowing",
"intro": [