https://github.com/andrase/typescript-tutorial
TypeScript basics
https://github.com/andrase/typescript-tutorial
chaining debugging enum intersection-types narrowing tuples type-aliases type-classes typescript union-types
Last synced: 18 days ago
JSON representation
TypeScript basics
- Host: GitHub
- URL: https://github.com/andrase/typescript-tutorial
- Owner: AndrasE
- Created: 2023-08-23T18:42:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-04T07:40:40.000Z (over 1 year ago)
- Last Synced: 2023-11-04T08:24:38.345Z (over 1 year ago)
- Topics: chaining, debugging, enum, intersection-types, narrowing, tuples, type-aliases, type-classes, typescript, union-types
- Language: TypeScript
- Homepage:
- Size: 1.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Basic concepts using TypeScript## Hello there 👋
Following a **[TypeScript Tutorial](https://youtu.be/d56mG7DezGs?si=5hPBFeF0jPFIWyRq)** on YT went through some of the basics to start on TypeScript.Included a pdf with my notes from the class: **[justsomeTypeScript](https://github.com/AndrasE/TypeScript-tutorial/blob/main/justsomeTypeScript.pdf)**.