#43 What is JS Destructuring? | JavaScript Full Tutorial

Поділитися
Вставка
  • Опубліковано 1 лис 2024

КОМЕНТАРІ • 32

  • @xf9qt
    @xf9qt 6 місяців тому +1

    Thank you for these videos

  • @sigmatronX
    @sigmatronX Місяць тому +1

    Awesome!!!!!

  • @وانەکانیپۆلی
    @وانەکانیپۆلی Рік тому +1

    Thank you, please provide more courses.

  • @SheikhFaisalMiskhat
    @SheikhFaisalMiskhat Рік тому +1

    Big thanks, cheers mate.

  • @OtabekHayitov-y6e
    @OtabekHayitov-y6e Рік тому +2

    Hello, thank you very much for your explanation

  • @cutefunnypets3164
    @cutefunnypets3164 Рік тому +5

    this channel is a treasure! i hope you'll continue to make more amazing videos , like for React/Angular/Webpack/Node.JS and some random tips and tricks which are handy in day-to-day coding life💙

  • @jessh4016
    @jessh4016 Рік тому +3

    I've struck gold! So many lessons on your channel!

    • @jessh4016
      @jessh4016 Рік тому +1

      Wow, I finally understand destructuring! I should watch every JS video you have, since I just started with it.

    • @DevDreamer
      @DevDreamer  Рік тому

      That’s great! Please do, and don’t forget to subscribe 👍

  • @ifunanyablessing3411
    @ifunanyablessing3411 11 місяців тому +2

    Thank youuuuuu

  • @katerynapoperechna3627
    @katerynapoperechna3627 2 роки тому +6

    I am a big fan of yours. You have a gift to simplify difficult things and convey it to your audience in a really clear way. If it is possible couldn't you create some video tutorials on The Document Object Model(DOM) topic?

  • @MehndiBySoukayna
    @MehndiBySoukayna 11 місяців тому +1

    thanks

  • @jasonsworld333
    @jasonsworld333 Рік тому +2

    This was very well explained thank you

  • @SvetaSveta-ms4hi
    @SvetaSveta-ms4hi 2 роки тому +4

    Impeccable explanation as always! 🙏

  • @Conbot50001
    @Conbot50001 Рік тому +1

    Thank you for the concise and efficient lessons good sir

  • @frankisthedaviss
    @frankisthedaviss Рік тому +1

    tnx

  • @yasengoyang4045
    @yasengoyang4045 3 роки тому +3

    Man you deserve more views and subs. Hope you keep uploading and i am sure it will reach to people out there.

    • @DevDreamer
      @DevDreamer  2 роки тому +1

      Thank you Harka! ❤️ 👍

  • @damexodus649
    @damexodus649 Рік тому +1

    Thank you for making this sort of stuff simple... deserve more subs :)

  • @peguisreal
    @peguisreal 3 роки тому +4

    Loved it ✨

    • @DevDreamer
      @DevDreamer  2 роки тому +2

      Thanks Sarvananda 🙂👍

  • @skadara9555
    @skadara9555 3 роки тому +2

    Thanks again for another great video :)

    • @DevDreamer
      @DevDreamer  2 роки тому +1

      Thank you for the support, loads more to come 🙂👍

  • @adelineiscoding
    @adelineiscoding 2 роки тому +1

    Thanks a lot, great tutorial ! :)

  • @michaelgrunewalder7893
    @michaelgrunewalder7893 3 роки тому +2

    Nice tutorial :-)

    • @DevDreamer
      @DevDreamer  2 роки тому +1

      Hey Michael, thank you so much 🙂👍

  • @ramshankarkumar4222
    @ramshankarkumar4222 2 роки тому

    Thank you so much for this awesome tutorial Man. By the way which theme you are using in your VSCODE ?

  • @directedspeed
    @directedspeed 2 роки тому

    Mehn...This tutorial is amazing!!! Presently this course is number 43 How can I get the link to the full course and what number does the course stop.

  • @SweepAndZone
    @SweepAndZone Рік тому

    not to be that guy but, at 6:20 you said you can destructor to access properties of privatives? I think you meant ATTRIBUTES of primatives? that is an important distinction my man

    • @DevDreamer
      @DevDreamer  Рік тому

      Thank you for your comment! I appreciate your input. In the context of JavaScript, we commonly refer to these as 'properties' when dealing with primitive data types like strings. So, you can indeed destructure to access properties of primitives. The term "attributes" is typically used in the context of HTML and DOM elements, but I understand where you're coming from. Keep the questions coming, and let's learn together! 🙂👍

    • @SweepAndZone
      @SweepAndZone Рік тому

      @@DevDreamer thanks for the response. 👍 Noted.