TypeScript Tutorial #2 - Compiling TypeScript

preview_player
Показать описание
Hey gang, in this tutorial I'll show you how we can compile typescript files into JavaScript files.

🐱‍👤🐱‍👤 JOIN THE GANG -
----------------------------------------
🐱‍💻 🐱‍💻 My Udemy Courses:

🐱‍💻 🐱‍💻 Course Files:

🐱‍💻 🐱‍💻 Other Related Free Courses:

🐱‍💻 🐱‍💻 TypeScript Docs:

🐱‍💻 🐱‍💻 The Net Ninja Community Boards:
Рекомендации по теме
Комментарии
Автор

I don't know much English, but your way of speaking is so clean that I can understand everything perfectly. Thanks a lot!

rumertovar
Автор

I love how after all these videos you're still doing the upward intonation on "query selector" lol.
Great content, as always!

nicbongo
Автор

I came here after your React tutorial.
As I said there in the comments,
I get a new job, and there are projects on react + typescript.
but mostly i know Java.
That's why I'm here.
Don't want to watch javascript tutorials because they are so long.
Arigato, Ninja!

asunali
Автор

Thank you Net Ninja! I would love to see a series which built a React app in typescript. Cheers!

abeechr
Автор

Thanks Shaun Pelling. Learning a lot from your TypeScript Series.

Shakeel
Автор

Waiting for this course a long time 🙏🙏❤️

RufatNuriev
Автор

Hey thanks waiting for this ts series for a very long time thanks!

TechBuddy_
Автор

I have learned two things from Shaun Pelling sir Computer programming and English language first of all he explain each code line by line so that's why I have learned programming from Shaun Pelling sir and second his accent is very clear so because of that I have also learned English language from Shaun Pelling sir.

shakilkhanprogrammer
Автор

Thanks! My man is there going to be the Typescript-React tutorial? Highly needed

kasmr
Автор

Just wow can't wait to see your react typescript series :)

amirazouak
Автор

Thank you very much for sharing your knowledge.

desabisc
Автор

U're AWESOMEE. I had a problem with ts and js (i am new in frontend) and couldnt figure out why it wasn't working

raullapuste
Автор

Just finished previous series!

You're amazing⚡

gradientO
Автор

I have a question regarding the compiler, and I was not able to find a concrete answer to this.

Can you maintain the line breaks from the TS file? Or will the compiler always ignore them and pack everything together?

Anonymous-sqeo
Автор

Thank you for your straight forward explanation. :)
Would you recommend writing frontend apps with typescript?
Typechecking and compilation into 'older' javascript for cross-browser-support seems like quite an advantage.
Greetings from Germany. Love watching your videos!

alexmerz
Автор

Why would you give a <ul> a class called list-item?

Ish-YouTube
Автор

Thank you so much! You are really important for many people. <3

alejandrosauqueperez
Автор

i'm getting this error when converting ts to js

tsc : File cannot be loaded because running scripts is disabled on this system.

shivashankar
Автор

I had to add npx prefix "npx tsc sandbox.ts sandbox.js" to make it work

damiansopel
Автор

and for me... it asked to include the allowJs flag... this is specific to newer versions of typescript. It might be different in the future too

Mysterious_debris_