🔥 Master Typescript | Learn Typescript in one video | Typescript basics crash course | Hindi

preview_player
Показать описание
Master Typescript | Learn Typescript in one video | Typescript basics crash course | Hindi

Content:
00:00 Introduction to video, What is typescript with example
12:15 Typescript setup local system
30:05 Start with type number string and boolean
42:26 null undefined and any type
57:19 Array in typescript
01:25:00 Object type typescript
01:34:17 Functions and Its Types
01:52:49 Union Type in detail
02:03:08 Void,Never,Unknown type in detail
02:16:55 Tuple in Typescript
02:24:40 Enums in Typescript
02:39:51 Type alisaing in Typescript
02:51:20 String Literal Types
02:55:25 Function Types
03:04:33 Optional parameters, Defaul parameters and Rest parameters
Full course with advances concepts:

Important Videos:

Important Playlist:

Important Links:

Disclaimer:
All videos are for educational purposes and use them wisely. Any video may have a slight mistake, please take decisions based on your research. This video is not forcing anything on you.
Рекомендации по теме
Комментарии
Автор

Durgesh ji bahut badhiya.. clear smjh me aaya.. bs aapne hmari aakho ka dhyan nahi rakha..

panwarlalit
Автор

A rest parameter allows us to pass zero or any number of arguments of the specified type to a function.
It is not necessary to pass at least two arguments. it is required only when we defined two arguments in function while if we defined only one arguments then it can take only one value .

function sumOfTwo(a:number, ...rest:number[]):number{
let sum = a;

rest.forEach((n)=>{
sum+=n;
})
console.log('sum is :', sum);
return sum;
}
sumOfTwo(12, 12);
sumOfTwo(12, 98, 2, 2, 222, 2234, 2323);
sumOfTwo(1);

SarveshKumar-blin
Автор

Great Video

Using `ts-node` enables us to run our TypeScript files directly, eliminating the need for manual compilation each time.
@LearnCodeWithDurgesh

AapnoCode
Автор

The only thing I hate here is the theme you are using, light theme, I really hate light theme

thats_a_bug
Автор

Useful information for full stack web beginners. Mahesh

maheshramteke
Автор

Thanks a lot for your efforts . It is easy to understand by your way of teaching.

srishtimanwarey
Автор

Nice thank you for sharing the knowledge 👍👌🫡

mahendranath
Автор

interface cover hi nahi kiya . Pura video interface ki wait karte rahe, lakin aaya hi nahi topic. starting main bus interface likha hai list main, it is not covered though this is very important for mobx

kidscodera
Автор

Please start the premium spring basics, spring boot and microservices course with projects

maheshramteke
Автор

very well explained. please provide notes

HamzaKhan-fxkr
Автор

Nice way to explain each and every topic🥰😇

bloodmotivation
Автор

Hello durges please make video on angular interview questions

ranichaudhary
Автор

Hy Drugesh How to make VS Code CMD like Yours, i mean do you use any extension for that, anyone knows please let me know

shad
Автор

Durgesh sir can we add microservice project to resume ???I am fresher
plz reply??

adinathsaid
Автор

How to get the documentation of these topics? I can't find in description. .

mrinmoychowdhury
Автор

Angular series kab aayegi sir ❤❤ waiting for your reply

Umesh_Nagose
Автор

Ab angular 17 tutorial bhi le aalo then simple proj or background dark use karna plz

darshanakhare
Автор

bhaiya dark theme use kro please thodi der me eyes me pain hone lgta hai

abhinavparashar
Автор

Hello sir, pliz spring boot premium course ke uper discount lagado plesir😢 Muze apse padna acha lagta hai

_premz_
Автор

ye kya faltu theme use kr rhe he sir
sorry but positive vibe nhi aati he just because of theme

Learner-sy
join shbcf.ru