This repo is based on Jack Harrington playlist on youtube, this are files which have the practice for most used types
Jack Harrington playlist 🚀
npm run devjust change in package.json the name of the file in the Dev script
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "ts-node [name of file].ts"
},
- basic
- callbask
- database
- enums
- functions
- function-test
- generics
- generic-classes
- keyof
- mapped
- mixins
- overloads
- readonly
- utility
- utility2
- conditionals
- conditionals-redone
- challenge 01
- challenge 02
- challenge 03
Thanks to Jack Harrington for teaching us and sharing all the knowledge! and free!, and thank you for being an inspiration to all the developers!