TypeScript Challenge: What's *this* all about?

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024
  • The challenge: github.com/typ...
    shaky.sh

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

  • @yujitomita3969
    @yujitomita3969 2 года назад +7

    I've found TS challenges to be the best way for me to learn the fundamentals, and you walking through them is hugely helpful. Awesome stuff! Thank you!

  • @dieguitto3528
    @dieguitto3528 2 года назад +6

    I discovered typescript challenges thanks to you. Thank you so much!

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

    damn, now I have to learn how to typing type in my head 😂😂😂😂😂

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

    Awesome stuff, had no idea there was a ThisType util! Love your videos!

  • @mmmike3426
    @mmmike3426 2 года назад +4

    Hey Andrew! Stumbled on your channel from "TypeScript Challenges: Unwrapping a Promise". Really nice content and I appreciate the effort you put in to edit things so they're concise but informative. That said, the audio the aforementioned video was really pleasant, but your mic setup here sounds really boomy.
    I'm subscribing though, love these TS puzzles!

    • @andrew-burgess
      @andrew-burgess  2 года назад +1

      Thanks for the feedback! I’m trying to learn more about audio setup so I can get a better sound. Appreciate the sub!

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

      @@andrew-burgess my favourite VO guy is Booth Junkie - I'd highly recommend him and Podcastage for all things talking related!

    • @andrew-burgess
      @andrew-burgess  2 года назад

      @@mmmike3426 awesome, thanks for the recommendation! Will check them out.

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

    thx, i used 'this' paramater without understand, now i know what i'm doing !

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

    in vue you can call this in data to access props

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

    Thank you

  • @andyl.5998
    @andyl.5998 2 года назад +2

    Love the new challenge video!
    Though it would be even be better if a dark theme was used. My eyes are hurting a bit. 😥

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

    Found Peter parker's RUclips channel.

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

    Would the generic type declarations such as Fn, or FieldReturnType be something you would declare in another file and import in? They seem like something you could abstract out.
    Thanks so much for these videos. You're a great teacher!

    • @andrew-burgess
      @andrew-burgess  2 года назад +1

      Yeah, I like having a file of "utility types" that are shared across the whole code base. Thanks for watching!

  • @ness-ee
    @ness-ee Год назад +1

    👏

  • @xtion111177
    @xtion111177 11 месяцев назад +1

    What