Trust me! I am an Engineer.

TypeScript

Understanding TypeScript - Part 3: Object Types

Understanding TypeScript - Part 3: Object Types

In this article, we will explore object types in TypeScript in detail. We will learn about object definitions, type aliases, and working with nested objects.
7 minute read
Understanding TypeScript - Part 2: Functions

Understanding TypeScript - Part 2: Functions

In this article, we’ll explore TypeScript functions in detail, covering parameter types, return types, and special function types that make TypeScript unique and powerful.
6 minute read
Understanding TypeScript - Part 1: The Basics

Understanding TypeScript - Part 1: The Basics

TypeScript is a powerful superset of JavaScript that adds static typing to the language. In this article series, we’ll explore TypeScript from basics to advanced concepts, starting with fundamental types and type inference.
5 minute read