Flow Control & Loops in JavaScript

Опубликовано: 31 Май 2026
на канале: launchschool
533
10

In week 3 of the JS workshop series, we explore:

How to control the flow of our data with the `if` statement
Truthiness and falsiness: which values JavaScript treats as `true` or `false`
More operators that are useful for conditionals, and the operator precedence
The `switch` statement conditional, and how it differs from an `if` statement
Iterating with the `while` loop and the `for` loop
Controlling our loops further with the `break` and `continue` keywords

https://launchschool.com