TypeScript Programming

Types in Typescript

Every programming language must have data types defined to efficiently store, access data objects and identify the code errors at the compile time. JavaScript and TypeScript is not an exception. In this, article we will dive into primitive data types and complex data types in TypeScript.

Posted August 26, 2022 by Rohith and Anusha ‐ 5 min read

typescript programming types primitives

Maps

In TypeScript, a map is a collection of key-value pairs that can be used to store and retrieve data. Maps are similar to arrays, but instead of using a numeric index to access values, maps use keys to access values.

Posted March 29, 2023 by Rohith and Anusha ‐ 2 min read

typescript programming map

Subscribe For More Content