professional-programming/training/front-end/03-typescript.md

1.2 KiB
Raw Blame History

Table of Contents

TypeScript

questions to ask:

  • What is the difference between structural and nominal type systems?
    • TS: structural type system. Relationships between types are determined by the properties they contain.

Exercises

References