TypeScript complete course Bangla (Beginner to Advanced)

এই ভিডিও সিরিজে আশা করি TypeScript বিষয়টাকে সহজে সহজে উপস্থাপন করতে পেরেছি। যদি আমার ভিডিওগুলো থেকে কোন কিছু শিখতে পারেন, তবে অবশ্যই আমার ভিডিওগুলো সবার সাথে শেয়ার করে আমাকে কৃতজ্ঞ করবেন । আমার এই কষ্টার্জিত কাজগুলো সবার কাছে পৌঁছে দেয়ার দায়িত্ব আপনার ।

team

Introduction to typescript

team

Environment setup

In this video, I will show how to set the environment for starting with typescript.

team

First Typescript program

In this video, I will show how to create, compile and run a typescript program.

team

built in data type

In this video, I will explain the basic data types of typescript such as number, string, boolean, void, undefined, null.

team

Union Data Type

In this video, I will show how to use union type in typescript.

team

Array Data Type

In this video, I will show how to create and use array type with typescript.

team

Tuple Data Type

In this video, I will show explain the tuple data type of typescript.

team

Enum Data Type

In this video, I will explain the enum data type of typescript.

team

any type

In this video, I will explain how to use any type of typescript.

team

Object Data Type

In this video, I will explain the object data type of typescript.

team

How to create custom data type

In this video, I will explain how to create your custom data type in typescript.

team

class and object

In this video, I will explain class and object in typescript.

team

Inheritance

In this video, I will show how to use inheritance with typescript.

team

abstraction

In this video, I will show how to use abstraction with typescript.

team

Encapsulation & access modifiers

In this video, I will show how to how to use access modifiers with typescript.

team

module export & import

In this video, I will show how to use export and import with typescript.

team

tsconfig and file structure

In this video, I will show how to do the typescript configuration and a better file structure for working effectively with typescript.

team

dom manipulation

team

function signature

team

interface as types

team

class implementing interface