• Documentation
  • Inheritance and extends (Official doc)
  • protected, private, public, readonly, static
  • type vs interface (official doc)
  • any vs unknown (Source)
  • Get types from arrays
  • Enum (official doc)
  • Type T
  • Union types (varName: A | B)
  • key in, keyof
  • constructor
  • Static member (official doc)
  • Troubleshooting