mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): updated description of step 1 of pyramid project (#54937)
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ let hello;
|
||||
|
||||
Variable naming follows specific rules: names can include letters, numbers, dollar signs, and underscores, but cannot contain spaces and must not begin with a number.
|
||||
|
||||
Declare a `character` variable in your code.
|
||||
Use the `let` keyword to declare a variable called `character`.
|
||||
|
||||
_Note_: It is common practice to end statements in JavaScript with a semicolon. `;`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user