@programmingwithmosh

🚀 Get the complete course (zero to hero): https://mosh.link/typescript-course
👉 Subscribe for more TypeScript tutorials like this: https://goo.gl/6PYaGF

@CodeWithClinton

Your 6hour Python video on YouTube was where I learnt the basics of Django. I fell in love with Django and started teaching Django on my YouTube channel. Sir Mosh you are the best instructor in the world.

@Jon1359

Terrific. Thank you!

@ShaharDolev

תודה!

@jdholwick

I am finding this intro to TypeScript very well-designed, attention-grabbing, and educational! I have a four-year computer science degree, and I am trying to expand my professional resume. Thank you for this course!

@cloudpractitioner5158

No one teaches like Mosh Hamedani does. What a legend 🔥

@israel4961

you dont need to go to Harvard to learn programming. mosh is the expert on teaching programming than any universities in the world. trust me i am witness. i used to be one of the people who dont understand coding and got lowest grade in university. but i decided to quit college and bought all his full stack courses. now i fall in love with coding and becoming the best on the field. Thanks Mosh!!

@Ramkatral

This was honestly just the right amount of information and just the right length for a JS dev to sit and watch through and be ready to start using TS without having to dig too much into the docs.

@ksaurus

One of the best, perfectly-paced, Typescript tutorials out there. Unfortunate that you don't use curly braces with your if statements. One of the biggest causes of bugs for new and even experienced JS programmers. Hubris is the only reason not to use them.

@LuisMartinez-se2np

Lately i've been learning typescript from scratch courses, but this one is far one of the best of them, because you explained a lot about the tsconfig.json. and all the datatypes, if this happened in just an hour i can't wait to see all the complete course on your platform, thanks for sharing this bud, we really appreciate this!

@ItalCad91

With every language and programming tool you have a lot to learn, but you summarize the most important concepts so that we can begin doing real work with what we learn, something that most courses fail to do. You will find that other guys teach everything from A to Z and most of the time you will get lost or discouraged because you do not see the point of what you are doing in practice. Using your one-hour tutorials, you achieve the opposite and you still learn a lot. So thank you

@NevaGvUp

Mosh just gave me hope that understanding programming is not as difficult as I thought. Thank you, Mosh.

@brandonmchugh9821

Came to youtube for an up-to-date typescript tutorial. I hope too much hasnt changed in the last 3 hours lmao

@ansarqazi4377

"Don't be intimidated by all these settings, you don't need to learn all of them. Infact, nobody knows all of them. I don't know them either". As a junior developer, this line gives me a new hope to learn new things. LOL!

@voiceoftreason1760

I really like this idea of progressively enabling compilation errors as you learn the language so you aren't prematurely thrown in the deep with cryptic compilation errors

@rikisax63

thank you so much for this very good course!  A question: at 20:20 minute you explain debug setting "preLaunchTask" in launch.json. But when I start debug vscode says me "unable to find task "tsc: build - tsconfig.json" . I've checked everythings but all is identically.

@diManjenje88

The wait is over. I just enrolled, cuz I trust Mosh teaching style for year!

@NoSenseEtAl

Fantastic course. I just finished it in one sitting. Thank you Mosh! I feel very confident. Just the right level of details.

@siruizhang8209

OOOOOMMMMMGGGG finally!!! finally!!! typescript course from mosh!!!

@jonathanself1263

Windows users...you're in for a nightmare trying to follow this tutorial. Not Mosh's fault by any stretch, but I've been at it for hours just trying to get the debugger command to actually mother flarkin work.

Edit with my solution:
Replace the preLaunchTask line with   "console": "integratedTerminal"