Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 929 Bytes

File metadata and controls

47 lines (36 loc) · 929 Bytes

Typescript practice

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 dev

just 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"
  },

List of files

  • 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!