Typescript Functions | Basics Tutorial for Beginners

Поделиться
HTML-код
  • Опубликовано: 10 дек 2024

Комментарии • 67

  • @DaveGrayTeachesCode
    @DaveGrayTeachesCode  2 года назад +1

    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

  • @smithahegade2607
    @smithahegade2607 5 месяцев назад +1

    No waste of time.. Every bit of 30 minutes is soooo useful. Thanks a lot

  • @alseynidiop8650
    @alseynidiop8650 2 года назад +3

    This comes exactly at the time I am learning typescript, you become my favorite RUclips teacher.

  • @Scottni2
    @Scottni2 2 года назад +9

    Awesome video Dave!! You are very quickly becoming my favorite web dev teacher on youtube!

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  2 года назад +2

      Wow, thanks!

    • @EsmerEshraty
      @EsmerEshraty 2 месяца назад

      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

  • @insteresting
    @insteresting Год назад +1

    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.

  • @ahmad-murery
    @ahmad-murery 2 года назад +5

    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,

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  2 года назад +1

      Absolutely! Applying one example to the next - good work my friend!

  • @annusingh4694
    @annusingh4694 2 года назад +2

    Loving the Typescript series 💯

  • @flowerofash4439
    @flowerofash4439 Год назад

    this is probably infinitely more easier than scrollling through typescript documentations, thank you sir

  • @MOJICA7257
    @MOJICA7257 2 года назад +3

    Thanks Dave! 🙂

  • @k303k
    @k303k Год назад

    very clear explanation and worth learning!

  • @mariolazzari
    @mariolazzari 2 года назад +1

    This lesson is really full of useful tips: great job!

  • @andresbreuer
    @andresbreuer 2 года назад +1

    As always Dave... amazing series!! Thank you so much!!

  • @wisekid7488
    @wisekid7488 2 года назад +2

    Good job Dave! Keep going! Thanx 🤝👍

  • @mostafaentezami8951
    @mostafaentezami8951 Год назад

    Thank you for your excellent teaching method🙏

  • @TravinskiyVladislav
    @TravinskiyVladislav 2 года назад +1

    Thank you, Dave

  • @sonamohialdin3376
    @sonamohialdin3376 2 года назад +1

    Amazing tutorial thank you very much

  • @7doors847
    @7doors847 2 года назад +1

    Yepppppp! More TS 🔥!

  • @siddiqahmed3274
    @siddiqahmed3274 2 года назад +2

    gold content👑❤️

  • @rahmatyousefi8273
    @rahmatyousefi8273 2 года назад +2

    Thank you

  • @natediaz406
    @natediaz406 Год назад

    When i see your these tuts , i feel ts is really need to use

  • @LevPleshkov
    @LevPleshkov 2 года назад +2

    31:00 Why not just ``` return typeof value === 'number' ``` ?

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  2 года назад +3

      Good point - here I go again being over-explicit 😆

    • @LevPleshkov
      @LevPleshkov 2 года назад +1

      @@DaveGrayTeachesCode Thanks, I think that's never a bad practice! I thought there might have been some 'gotcha' I didn't know about =D

  • @moneyfr
    @moneyfr Год назад

    Thank you for your work I really like your videos.

  • @lahcenaouina
    @lahcenaouina 7 месяцев назад

    Hi dave thank u so much for effort u are from my fav yt , please can u do Java EE and Spring boot pleassse

  • @aladdindesign9218
    @aladdindesign9218 2 года назад +1

    So interesting.

  • @PavithranLion
    @PavithranLion 2 года назад +1

    Thanks sir🙏💕

  • @IramKahkashan
    @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?

  • @noSweatSuperDry
    @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.

  • @Grishopping
    @Grishopping 2 года назад +2

    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

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  2 года назад +1

      Thank you, Jose! I will bring in some React before this series is finished 💯

    • @Grishopping
      @Grishopping 2 года назад

      @@DaveGrayTeachesCode Excelente muchas Gracias amigo DAVE

  • @reeteshvirous1359
    @reeteshvirous1359 2 года назад +1

    As always 🔥

  • @moneyfr
    @moneyfr Год назад

    can you do some small exercises to apply all that you teach us

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  Год назад

      This series has a couple of projects to pull everything together.

  • @djumarong
    @djumarong Год назад +1

    it's redundant to use the ternary operator here: typeof value === 'number' ? true : false

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  Год назад +1

      I can be overly explicit at times. I would need to review the code to see the example or you could provide a timestamp.

  • @loukhai
    @loukhai Год назад

    😊 ✌️ peace

  • @dzhaniivanov5837
    @dzhaniivanov5837 2 года назад +1

    youtube algorithm

  • @kim92se64
    @kim92se64 2 года назад

    watching 15 minutes

  • @DiegoBM
    @DiegoBM 2 года назад

    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
      @DaveGrayTeachesCode  2 года назад

      Opinions vary on the usage of types and interfaces.

    • @DiegoBM
      @DiegoBM 2 года назад

      @@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
    @Pareshbpatel Год назад

    {2023-03-16}

  • @kenansari
    @kenansari 2 года назад +1

    Hey thanks its great content, i wonder you will merge it with React?(react+typescript)

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  2 года назад

      I will add some React to this series before it is finished.

    • @kenansari
      @kenansari 2 года назад

      @@DaveGrayTeachesCode thank you for your help

  • @mikayilaliyev442
    @mikayilaliyev442 2 года назад

    I get "Cannot find name 'createError'.ts(2304)" when I do return createError('something')

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  2 года назад

      Did you try the first result in Google?
      stackoverflow.com/questions/71918235/cannot-find-name-createerror-ts2304