Visit complete TypeScript roadmap

← Back to Topics List

Typescript Types

TypeScript has several built-in types, including:

  • number
  • string
  • boolean
  • any
  • void
  • null and undefined
  • never
  • object
  • symbol
  • Enumerated types (enum)
  • Tuple types
  • Array types
  • Union types
  • Intersection types
  • Type aliases
  • Type assertions

You can also create custom types in TypeScript using interfaces, classes, and type aliases.

Learn more from the following links:

Roadmaps Guides Videos About YouTube

roadmap.sh by Kamran Ahmed

Community created roadmaps, articles, resources and journeys to help you choose your path and grow in your career.

© roadmap.sh · FAQs · Terms · Privacy