- Table of Contents for Typescript
- What is TypeScript?
- Why use TypeScript over JavaScript?
- Prerequisites for Learning TypeScript: What You Need to Know
- Installing TypeScript
- Setting up TypeScript in a Project
- First "Hello World" Program in TypeScript
- Sum of Two Numbers in TypeScript
- Compiling TypeScript to JavaScript
- TypeScript vs. JavaScript: Key Differences
- DataTypes in TypeScript
- Primitive Types in TypeScript
- Object Type in TypeScript
- Array Type in TypeScript
- Tuple Type in TypeScript
- 'any' Type in TypeScript
- 'unknown' Type in TypeScript
- 'never' Type in TypeScript
- Type Inference and Explicit Typing in TypeScript
- Union in TypeScript
- Literals Type in TypeScript
- Type Alias in TypeScript
- Function Return Type in TypeScript
- Void Type in TypeScript
- Difference Between 'any' and 'unknown' type in TypeScript
- What is the meaning of "narrowing it down" in TypeScript
- What is the meaning of "type guards" in TypeScript
- Enum in TypeScript
Welcome to my blog where you can learn about programming languages and other IT subjects. I also have a YouTube channel where I share coding tutorials and more. Follow me on @CodeWithGagan to enhance your programming skills and stay up-to-date with the latest technology trends.
TypeScript Lectures
Subscribe to:
Posts (Atom)
PHP & Laravel — Zero to Hero Episode 02: Setting Up PHP on Windows and Your First PHP Program
What Are We Doing in This Post? In Episode 01, we understood what PHP is and why we are learning it. Now it is time to actually get our hand...
-
Setting up TypeScript in a project is an important first step to leverage its benefits. Here’s a detailed step-by-step guide on how to set i...
-
In TypeScript, primitive types are the most basic data types, and they are the building blocks for handling data. They correspond to simple ...
-
TypeScript is a strongly typed, object-oriented, compiled language developed and maintained by Microsoft. It is a superset of JavaScript, me...
No comments:
Post a Comment