Introduction to TypeScript Data Types (Part 1)

Null, void, undefined, never, and object types

John Au-Yeung
Better Programming
Published in
6 min readDec 12, 2019

--

Photo by Campaign Creators on Unsplash

JavaScript, like any other programming language, has its own data structures and types.

JavaScript has a few data types that we have to know, to build programs with it. Different pieces of data can be put together to build more complex data structures.

--

--