diff --git a/README.md b/README.md index 22820d0..4a14728 100644 --- a/README.md +++ b/README.md @@ -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`