Introduction to TypeScript Data Types (Part 2)

Numbers, strings, and objects

John Au-Yeung
Better Programming
Published in
7 min readDec 13, 2019

--

Photo by Émile Perron 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 about in order to build programs with it. Different pieces of data can be put together to build more complex data structures.

--

--