mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-30 16:01:14 -04:00
fix(curriculum): Learn Introductory JavaScript by Building a Pyramid Generator Step 30 (#54477)
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user