Number, boolean and type inference

preview_player
Показать описание
Welcome to a youtube channel dedicated to programming and coding related tutorials. We talk about tech, write code, discuss about cloud and devops. That’s what we do all day, all year. We roll out a lot of series and videos on our channel.

All the learning resources such as code files, documentations, articles and community discussions are available on our website:

You can find our discord link, github link etc on the above website.

Рекомендации по теме
Комментарии
Автор

this series will definitely help me to write better code in angular

manishrawat
Автор

Back to back videos, no one can stop the beast 🔥

anirudhcodes
Автор

probably the most repeated sentence in the whole series ; "Let me walk you through with that" ...Big Fan From Pakistan<3

SyedHaisam
Автор

Just for the context I have already hit the subscribed button

ubiquitous
Автор

In compiled js, all variables start with 'var' whereas in the .ts file we declare using let .
I found this answer on sOF. is it right?
`The compiler by default transpiles to ES3. The let keyword doesn't exist in ES3, so the emitter must emit code using syntax available in ES3... in this case, the best replacement for the let keyword is the var keyword.`

tejasjani
Автор

very helpful content, expecting at least daily 2 videos on TS😊

kiranpoojary
Автор

Could you please make a video about the typescript generic maps

Iammrunkown
Автор

Is this series contains React Typescript??

anuragband