typescript

tsconfig.json in TS Project

The tsconfig.json file corresponds to the configuration of the TypeScript compiler (tsc).

Posted September 1, 2022 by Rohith and Anusha ‐ 1 min read

typescript programming

Typescript for Rescue

To avoid uninvited errors and spending hours in debugging issue, comes typescript for rescue.

Posted August 25, 2022 by Rohith and Anusha ‐ 3 min read

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

TypeScript Programming

The TypeScript Programming Language Features, Syntax and Paradigms.

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

typescript programming

Subscribe For More Content