feat(curriculum): add type safe math toolkit workshop to typescript module (#66073)

Co-authored-by: Kolade <chrisjay967@gmail.com>
Co-authored-by: Kolade Chris <65571316+Ksound22@users.noreply.github.com>
This commit is contained in:
Jessica Wilkins
2026-04-09 12:52:55 -07:00
committed by GitHub
parent 6ee501e857
commit 4bedfd797d
22 changed files with 1333 additions and 0 deletions
+6
View File
@@ -6187,6 +6187,12 @@
"In this workshop, you will practice working with type annotations, array types, object types and more by building out a user profile."
]
},
"workshop-type-safe-math-toolkit": {
"title": "Build a Type Safe Math Toolkit",
"intro": [
"In this workshop, you will practice typing functions by building a math toolkit project."
]
},
"lecture-understanding-type-composition": {
"title": "Understanding Type Composition",
"intro": [