Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.19 KB

03-typescript.md

File metadata and controls

29 lines (19 loc) · 1.19 KB

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