How JavaScript's Nested Object Destructuring works

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

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

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

    very very clear explanation bro, thank you so much..

  • @AkashGupta-pc2cb
    @AkashGupta-pc2cb 2 года назад

    Thank you for a video with basic explaination

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

    Much appreciated 🙏🏾

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

    Clear explanation thank u so much 💐

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

    Nicely defined

  • @SonuKumar-uq2rb
    @SonuKumar-uq2rb Год назад

    very good

  • @sufiyanshaikh-ps6qn
    @sufiyanshaikh-ps6qn 2 года назад

    I have an api in the 100 index are there so in each index there are nested object and for example there is an object like index 1 = currencies: {
    MRU: { name: "aaa", age: 20}
    }
    index 2 = currencies: {
    AWG: { name: "aaa", age: 20}
    }
    index 3 = currencies: {
    HUS: { name: "aaa", age: 20}
    }
    So there are 100 index and have different currencies objects how to fetch this ?

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

    How can acces different phone number through map function ??