JavaScript Destructuring, Spread & Rest Operators Explained

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 พ.ย. 2024

ความคิดเห็น •

  • @hayk.simonyan
    @hayk.simonyan  หลายเดือนก่อน

    Free JavaScript Course: skool.com/web-dev-mastery

  • @raphaelmutili
    @raphaelmutili หลายเดือนก่อน

    Dude! You really a gem! Do you have some paid tutorials like in your website or something. It’s would be great learning JavaScript and System Design. You really are good! Good job man!

    • @hayk.simonyan
      @hayk.simonyan  หลายเดือนก่อน

      Glad to hear you like it! I do have free courses on both JS & system design at skool.com/web-dev-mastery

  • @shafiq_ramli
    @shafiq_ramli หลายเดือนก่อน +1

    I thought destructuring is only for array because of using react. Now I know we can destructure even with object. Cool.

    • @hayk.simonyan
      @hayk.simonyan  หลายเดือนก่อน

      Yes destructuring is super handy with objects as well. You’re probably familiar with array destructuring when using useState in React, but it's also very common to destructure component props which is an example of object destructuring.

    • @shafiq_ramli
      @shafiq_ramli หลายเดือนก่อน

      @@hayk.simonyan Oh so I've also been using object destructuring all this while with prop. Still got a lot to learn 💪🏻

  • @blaisedmello7342
    @blaisedmello7342 หลายเดือนก่อน

    what code editor is that=?