JS While Loops in 3 Minutes

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

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

  • @7MinutozRapsLetras
    @7MinutozRapsLetras 4 месяца назад +2

    You could always use For loops but this also works, great video!

    • @vishwanauthpersaud8305
      @vishwanauthpersaud8305  4 месяца назад +1

      Different use cases, for example what if you’re running some code and continuously prompting the user after each iteration, the loop continues until they enter the word stop. For loops work if you know when the loop will need to end, in that case you don’t. Hope that helps! They’re similar but not the same.

    • @ArtByAhri
      @ArtByAhri 4 месяца назад +1

      the title of the video is about WHILE loops specifically. we know for loops exist friend.

  • @absurd7376
    @absurd7376 5 месяцев назад +2

    nice video and needs tons of recognition

  • @MarkoDankic-v6j
    @MarkoDankic-v6j 4 месяца назад

    What vscode theme are you using?