Learn JavaScript FOR LOOPS in 5 minutes! 🔂

SdĂ­let
VloĆŸit
  • čas pƙidĂĄn 23. 07. 2024
  • 00:00:00 introduction
    00:00:15 increment
    00:02:50 decrement
    00:03:36 continue
    00:04:59 break
    00:05:21 conclusion

Komentáƙe • 17

  • @BroCodez
    @BroCodez  Pƙed 10 měsĂ­ci +8

    // for loop = repeat some code a LIMITED amount of times
    // ------- INCREMENT -------
    for(let i = 1; i 0; i--){
    console.log(i);
    }

  • @hunin27
    @hunin27 Pƙed 8 měsĂ­ci +14

    hey bro! I learned javascript from your old course, but now that i think about it this is an opprtunity to keep learning even more since i did not finish all the old course. Thank you so much for all the work you do, seriosuly ❀

  • @AvidAfrican
    @AvidAfrican Pƙed 3 měsĂ­ci +4

    I took a google front end dev course, but Bro code did a better teaching of "for loop" better than the Google tutor!

  • @ZIDNE264
    @ZIDNE264 Pƙed 6 měsĂ­ci +2

    This helps alot no cap i have a hands on tomorrow wish me luck guys

  • @mikkymikaso
    @mikkymikaso Pƙed 6 měsĂ­ci +8

    So, I can use c++ now in JavaScript
    for (let c = 0; c < dataOld.length; c++) {

  • @lindag5733
    @lindag5733 Pƙed 6 měsĂ­ci +1

    Thank you so much for this video! I'm learning JS using The Comprehensive Guide by Philip Ackerman. Your video made this section on counting loops much easier for me to understand.

  • @user-rw1um3pz2h
    @user-rw1um3pz2h Pƙed 2 měsĂ­ci

    Great explanation!

  • @mauricejones5286
    @mauricejones5286 Pƙed 6 měsĂ­ci +4

    im watching this on new years eve!!!!

  • @viktoria7281
    @viktoria7281 Pƙed 5 měsĂ­ci

    thank you very much

  • @user-th3kj8ht2t
    @user-th3kj8ht2t Pƙed měsĂ­cem

    Thankk you ❀❀

  • @SavageAk47
    @SavageAk47 Pƙed 8 měsĂ­ci +2

    Hi brocode, i love your videos, can i get a hi bro?

  • @ezekielsayson
    @ezekielsayson Pƙed měsĂ­cem

    whats the use of this?

  • @florincaroli3173
    @florincaroli3173 Pƙed 4 měsĂ­ci

    i = index