Skip to content

Commit

Permalink
add lecture chapters
Browse files Browse the repository at this point in the history
  • Loading branch information
pero5ar authored Sep 9, 2021
1 parent c42438b commit 14995ce
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,20 @@ Examples for a typescript lecture.

Typescript version `^4.2` is expected, but almost all examples work on any `4.x` version, and most work on `>= 3.7`.

###
---

Resources:
## Talk: *It's dangerous to go any! Take this.*
- Chapter 1: [Types 101](./101.ts)
- Chapter 2: [Unions and Intersections](./102.ts)
- Chapter 3: [TS Language Extensions](./103.ts)
- Chapter 4: [Generics](./104.tsx)
- Chapter 5: [Conditional Types](./105.ts)
- Chapter 6: [Utility Types](./106.ts)
- Chapter 7: [Custom Utility types](./107.ts)
- Chapter 8: [A Few Extra Tips](./108.tsx)


### Resources:
- [Handbook](https://www.typescriptlang.org/docs/handbook/intro.html)
- [Release Notes](https://www.typescriptlang.org/docs/handbook/release-notes/overview.html)
- [Playground](https://www.typescriptlang.org/play) -> go to `Examples` or `What's New`
Expand Down

0 comments on commit 14995ce

Please sign in to comment.