In this tutorial, we'll learn about Typescript Aliases, Functions, literal types and the never type. If you have questions, please join my Discord server where I answer questions and you can chat with other web dev students: discord.gg/neKghyefqh
@smithahegade26074 ай бұрын
No waste of time.. Every bit of 30 minutes is soooo useful. Thanks a lot
@alseynidiop86502 жыл бұрын
This comes exactly at the time I am learning typescript, you become my favorite KZbin teacher.
@DaveGrayTeachesCode2 жыл бұрын
Happy to hear that!
@Scottni22 жыл бұрын
Awesome video Dave!! You are very quickly becoming my favorite web dev teacher on youtube!
@DaveGrayTeachesCode2 жыл бұрын
Wow, thanks!
@EsmerEshratyАй бұрын
not only yours, if i don't know about some thing first Dave come to my mind and i say oh I should check Dave's chanel first
@flowerofash4439 Жыл бұрын
this is probably infinitely more easier than scrollling through typescript documentations, thank you sir
@DaveGrayTeachesCode Жыл бұрын
You are welcome!
@insteresting Жыл бұрын
Awesome tutorial as always!! I noticed that at 30:58, you could also return directly typeof value === 'number', without explicitly using the ternary statement and it would work fine as well.
@annusingh46942 жыл бұрын
Loving the Typescript series 💯
@DaveGrayTeachesCode2 жыл бұрын
Thank you!
@ahmad-murery2 жыл бұрын
Although I don't use it often, but once you get used to typescript it's hard to get back to regular JavaScript. 1:42 I think we can make use of the already declared type stringOrNumber like this: type stringOrNumberArray = stringOrNumber[] Thanks Dave,
@DaveGrayTeachesCode2 жыл бұрын
Absolutely! Applying one example to the next - good work my friend!
@MOJICA72572 жыл бұрын
Thanks Dave! 🙂
@DaveGrayTeachesCode2 жыл бұрын
Welcome! 💯
@k303k Жыл бұрын
very clear explanation and worth learning!
@mostafaentezami8951 Жыл бұрын
Thank you for your excellent teaching method🙏
@natediaz40611 ай бұрын
When i see your these tuts , i feel ts is really need to use
@wisekid74882 жыл бұрын
Good job Dave! Keep going! Thanx 🤝👍
@DaveGrayTeachesCode2 жыл бұрын
Thanks, will do! 🚀
@mariolazzari2 жыл бұрын
This lesson is really full of useful tips: great job!
@DaveGrayTeachesCode2 жыл бұрын
Thank you!
@andresbreuer2 жыл бұрын
As always Dave... amazing series!! Thank you so much!!
@DaveGrayTeachesCode2 жыл бұрын
Thank you, Andres!
@rahmatyousefi82732 жыл бұрын
Thank you
@DaveGrayTeachesCode2 жыл бұрын
Welcome!
@TravinskiyVladislav2 жыл бұрын
Thank you, Dave
@DaveGrayTeachesCode2 жыл бұрын
You're welcome!
@sonamohialdin33762 жыл бұрын
Amazing tutorial thank you very much
@DaveGrayTeachesCode2 жыл бұрын
You are welcome!
@lahcenaouina6 ай бұрын
Hi dave thank u so much for effort u are from my fav yt , please can u do Java EE and Spring boot pleassse
@7doors8472 жыл бұрын
Yepppppp! More TS 🔥!
@DaveGrayTeachesCode2 жыл бұрын
Right on!
@noSweatSuperDry Жыл бұрын
The lessons are great, but it would be great, if you gave us some problem in between to solve, which makes channel and viewers more interactive. But, thank you very much for your lessons.
@IramKahkashan Жыл бұрын
Hi Dave, Thank you to provide such a precise and awesome tutorial, Tell me one thing plz in VS Code I want to view the basic code of .push function, how can I view the source code of .push function or any function just like useSate() hook function or any other hook?
@moneyfr Жыл бұрын
Thank you for your work I really like your videos.
@DaveGrayTeachesCode Жыл бұрын
Glad you like them!
@Grishopping2 жыл бұрын
Thank you DAVE day by day I am advancing with your excellent pedagogy of your videos... A query the end of this series of TYPSCRIPT videos will only cover javascipt or do you plan to extend it to use in REACT Jose Grillo greets you from Venezuela ESPAÑOL Gracias DAVE dia a dia voy avanzando con tus excelente pedagogia de tus videos... Una consulta el acande de esta serie de videos de TYPSCRIPT solo cubrira javascipt o lo piensas extender para usar en REACT Te saluda Jose Grillo desde Venezuela
@DaveGrayTeachesCode2 жыл бұрын
Thank you, Jose! I will bring in some React before this series is finished 💯
@Grishopping2 жыл бұрын
@@DaveGrayTeachesCode Excelente muchas Gracias amigo DAVE
@siddiqahmed32742 жыл бұрын
gold content👑❤️
@DaveGrayTeachesCode2 жыл бұрын
Thank you, Siddiq! 🙏💯
@aladdindesign92182 жыл бұрын
So interesting.
@PavithranLion2 жыл бұрын
Thanks sir🙏💕
@DaveGrayTeachesCode2 жыл бұрын
You're welcome!
@LevPleshkov2 жыл бұрын
31:00 Why not just ``` return typeof value === 'number' ``` ?
@DaveGrayTeachesCode2 жыл бұрын
Good point - here I go again being over-explicit 😆
@LevPleshkov2 жыл бұрын
@@DaveGrayTeachesCode Thanks, I think that's never a bad practice! I thought there might have been some 'gotcha' I didn't know about =D
@reeteshvirous13592 жыл бұрын
As always 🔥
@DaveGrayTeachesCode2 жыл бұрын
Thank you!
@djumarong Жыл бұрын
it's redundant to use the ternary operator here: typeof value === 'number' ? true : false
@DaveGrayTeachesCode Жыл бұрын
I can be overly explicit at times. I would need to review the code to see the example or you could provide a timestamp.
@moneyfr Жыл бұрын
can you do some small exercises to apply all that you teach us
@DaveGrayTeachesCode Жыл бұрын
This series has a couple of projects to pull everything together.
@loukhai Жыл бұрын
😊 ✌️ peace
@dzhaniivanov58372 жыл бұрын
youtube algorithm
@kim92se642 жыл бұрын
watching 15 minutes
@DiegoBM Жыл бұрын
They shouldn't have allowed the interface with a method to be valid for a function signature... it sure looks hacky, counterintuitive, and hard to read
@DaveGrayTeachesCode Жыл бұрын
Opinions vary on the usage of types and interfaces.
@DiegoBM Жыл бұрын
@@DaveGrayTeachesCode I definitely get the confusion when it comes to objects, but a type definition for a function signature based on interfaces truly feels unnatural (in my opinion, of course)
@Pareshbpatel Жыл бұрын
{2023-03-16}
@kenansari2 жыл бұрын
Hey thanks its great content, i wonder you will merge it with React?(react+typescript)
@DaveGrayTeachesCode2 жыл бұрын
I will add some React to this series before it is finished.
@kenansari2 жыл бұрын
@@DaveGrayTeachesCode thank you for your help
@mikayilaliyev442 Жыл бұрын
I get "Cannot find name 'createError'.ts(2304)" when I do return createError('something')
@DaveGrayTeachesCode Жыл бұрын
Did you try the first result in Google? stackoverflow.com/questions/71918235/cannot-find-name-createerror-ts2304