JavaScript for Beginners #41 Nested Loops

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

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

  • @colindante5164
    @colindante5164 9 месяцев назад +3

    The third example with the inventory was a real eye opener on how to manipulate code. Thankyou much. Greatly appreciated. )))

    • @Greenemath
      @Greenemath  9 месяцев назад

      Glad it was helpful!

  • @mohpreccyy1589
    @mohpreccyy1589 2 года назад +5

    i was literally struggling with nested loops and you SIRR saved my life 😭

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

      Glad you found the video helpful!

  • @leshanelim9454
    @leshanelim9454 3 месяца назад +2

    thank you so much for this! i have a test tomorrow, and im not good with javascript but this made me so much more clearer with nested loops!! thank you, subscribed :)

    • @Greenemath
      @Greenemath  3 месяца назад

      I'm glad you found the lesson helpful, good luck!

  • @EriK-tr2yz
    @EriK-tr2yz 3 года назад +7

    The best explanation I have seen. Very well explained.

  • @UzytkownikYouTuba-dt7nh
    @UzytkownikYouTuba-dt7nh Год назад +1

    Beautiful explain of using nested FOR loop and in that make my life ease.

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

      Perfect, glad the video was helpful!

  • @louiswachira7015
    @louiswachira7015 2 года назад +9

    Thank you so much for this video, really simplified the concept for me!

  • @shemicajean-baptiste78
    @shemicajean-baptiste78 2 года назад +2

    The best video on nested for loops for beginners. Subscribed!

  • @Jefferrey1
    @Jefferrey1 Год назад +2

    You are a lifesaver thank you so much. Been breaking my brain over this for hours.

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

      You are so welcome!

    • @Jefferrey1
      @Jefferrey1 Год назад +2

      Planning to binge the entire 70 video Javascript Playlist...
      Is there any chance you have a video showing nested while loops?

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

      I wouldn't recommend doing that. JavaScript changes very quickly. You need to find something that is more recent. I also didn't finish the course as it was getting very low views. In terms of nested while loops, I don't think so but it was a long time ago when I filmed this. It's kind of the same concept. The outer loop runs and what's inside will run all the iterations, then the outer loop runs again.

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

    This explanation is Perfect ❤️ thanks mate

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

    Thank you for such a creative explanation.

  • @r.josue.g
    @r.josue.g 2 года назад +1

    Enjoying your videos so much! Thank you for the explanation and examples.

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

    Very well explained, thank u so much

  • @curiousity_strikes3854
    @curiousity_strikes3854 3 года назад +2

    This was helpful. Thank you!

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

      You're welcome! I'm just glad when someone actually watches a video 😎

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

    Thank you. This was really helpful!

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

    Thank you for the explanation. It helped a lot.

  • @ArnoldNatasha-f6f
    @ArnoldNatasha-f6f 6 месяцев назад +1

    Thank you my bro

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

    thank youuuuuuuuu!!

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

    When you say “the first time through”, are you referring to the i or j part?

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

      I made that video three years ago, so you'll need to write the code out or give a time marker.

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

      1:34. I have dyscalculia so these abstract concepts take me a bit to grasp 😂

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

      @tylerelpoliglota1311 It actually says it in the video, when i = 0, so it is referring to i or the outer loop.

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

    thank u