An open API service indexing awesome lists of open source software.

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.

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