mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix(curriculum): Learn Introductory JavaScript by Building a Pyramid Generator Step 30 (#54477)
This commit is contained in:
parent
8b09caa5f8
commit
840f01047c
@ -7,7 +7,7 @@ dashedName: step-30
|
||||
|
||||
# --description--
|
||||
|
||||
The <dfn>condition</dfn> of a `for` loop tells the loop how many times it should iterate. When the `condition` becomes true, the loop will stop.
|
||||
The <dfn>condition</dfn> of a `for` loop tells the loop how many times it should iterate. When the `condition` becomes false, the loop will stop.
|
||||
|
||||
In JavaScript, a Boolean value can be either `true` or `false`. These are not strings - you will learn more about the difference later on.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user