Back to Professional Programming

TypeScript

training/front-end/03-typescript.md

latest1.2 KB
Original Source
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

Table of Contents

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

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