Typescript Crash Course for Beginners - Learn Typescript From Scratch

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

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

  • @MonsterlessonsAcademy
    @MonsterlessonsAcademy  3 года назад +1

    CHECK MY FULL COURSE monsterlessons-academy.com/courses/typescript-interview-questions-coding-interview

  • @yunnn2654
    @yunnn2654 3 года назад +3

    I'm a JS dev with some industry experience but am moving into a new place working with TS so was trying to pick it up prior to starting. I watched this video on FCC channel and came here to say I really enjoyed how clear and simple your explanations are, thanks for all your effort creating these guides!

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

    Thank you for breaking this down in a way that gets to the point with great examples

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

    Nice and clear explanations ! Great job

  • @carpet5924
    @carpet5924 3 года назад +1

    thanks for this lesson! you have a talent to explain in a simple way

  • @preetamsingh147
    @preetamsingh147 3 года назад +1

    Really appreciate your work!

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

    Thanks for this great course!

  • @ТауекелАлтынбеков-о9ъ

    Thank a lot!

  • @tz2014
    @tz2014 6 месяцев назад

    Awesome

  • @whorudra
    @whorudra 3 года назад +1

    Here after completing your TS tutorial on freecodecamp.

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  3 года назад +1

      I hope you like it!

    • @whorudra
      @whorudra 3 года назад

      @@MonsterlessonsAcademyabsolutely I loved it. Now I am practicing to move to TS from JS but still lots of time I get problem with type.(Need more practice than I thought). Thank you

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  3 года назад +3

      @@whorudra Sure. Typescript is not easy. I'm writing Typescript for 4 years and still sometimes find something new.

  • @gradientO
    @gradientO 3 года назад +1

    From FreeCodeCamp! Thanks a lot

  • @ThinAirElon
    @ThinAirElon 11 месяцев назад

    typescript is funny, first you want strict types, then they introduced any, then generics for dynamic typing, bottom line at the end of day you need dynamic typing which java script already offers.

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

      They were not introduced in this order :) Yes generics for dynamic typing and any when you don't know the type that you receive and was improved with unknown in later versions.

    • @ThinAirElon
      @ThinAirElon 11 месяцев назад

      @@MonsterlessonsAcademy thanks

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

    Thanks!