Do you really know functions in typescript

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.

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

Check out our latest DevOps course:
if not interested, chill out and enjoy typescript 😀

HiteshCodeLab
Автор

I learned TypeScript in just one day. Salute, sir! Thanks for being a great instructor for us

saurabhjaykar
Автор

Crystal Clear Explanation sir. Thank you. I really like it you have started typescript.

mohammedabdulaziz
Автор

Very well done explanation, nice work

DougToppin
Автор

This way of using typed parameters or using an interface for the type of a prop is mostly useful in React with functional components. Thanks

vin
Автор

Very clear tutorial on TS Functions. Thanks, Hitesh

{2022-09-11}

Pareshbpatel
Автор

I wonder what happens when we write function name equal to builtin function name like toUpperCase().

according to my c#, java, python brain it will give an compile time error, curious to know behavior of JavaScript and typescript.

Praxss