https://github.com/navarabv/typescript-cookbook
Repo n.a.v. kennissessie TypeScript. Bevat de gehele quiz incl. goede antwoorden, met daarnaast uitgeschreven voorbeelden voor elk onderdeel.
https://github.com/navarabv/typescript-cookbook
Last synced: 2 months ago
JSON representation
Repo n.a.v. kennissessie TypeScript. Bevat de gehele quiz incl. goede antwoorden, met daarnaast uitgeschreven voorbeelden voor elk onderdeel.
- Host: GitHub
- URL: https://github.com/navarabv/typescript-cookbook
- Owner: NavaraBV
- Created: 2021-10-02T06:06:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-02T06:15:08.000Z (over 3 years ago)
- Last Synced: 2025-01-06T15:49:38.645Z (4 months ago)
- Size: 186 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typescript cookbook
- Go to `/docs` for an explanation per subject, including some examples
- Go to `/quiz` for all the quiz questions including their correct answers.### Reading materials / watches
- [TSConf keynote from Anders Hejlsberg](https://www.youtube.com/watch?v=IGw2MRI0YV8)
- https://www.typescriptlang.org/docs/handbook/intro.html
- https://www.typescriptlang.org/docs/handbook/utility-types.html
- https://www.typescriptlang.org/docs/handbook/enums.html
- https://www.typescriptlang.org/docs/handbook/decorators.html