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