TypeScript is an open-source programming language that was developed and maintained by Microsoft in 2012. TypeScript brings ‘types’ (or datatypes) to JavaScript making a strongly typed language.
This page lists down all the TypeScript tutorials posted on this blog for easy navigation.
1. TypeScript Basics
- Getting Started with TypeScript
- Transpiler vs Compiler
- TypeScript Template Strings
- Truthy and Falsy Expressions
- TypeScript Compiler Configuration
2. TypeScript Types
- TypeScript Type System
- TypeScript Literal Types
- TypeScript Set
- TypeScript Map
- TypeScript Enums
- TypeScript Array
- TypeScript Union Types
- TypeScript Date
3. TypeScript Loops and Operators
- TypeScript for Loop
- TypeScript Arithmetic Operators
- TypeScript Logical Operators
- TypeScript Comparison Operators
- ES6 Spread Operator
4. TypeScript Functions
5. Advance Topics
- Check if a Variable is a Number
- How to Find Element in an Array
- Difference between let, var and const
- Equals Operator ( == ) vs Strict Equals Operator ( === )
- Difference between undefined and null
- JavaScript Variable Hoisting
Happy Learning !!