Skip to content

Commit

Permalink
fixed-wording-for-step-5-of-pyramid-project
Browse files Browse the repository at this point in the history
  • Loading branch information
adityarajshekhawat committed May 10, 2024
1 parent 3da9d0e commit 2b62d75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let programmer = "Naomi";
programmer = "CamperChan";
```

Note that when reassigning a variable that has already been declared, you do **not** use the `let` keyword.
Note that when reassigning a variable, you do **not** use the `let` keyword again.

After your `console.log`, assign the value `"World"` to your `character` variable.

Expand Down

0 comments on commit 2b62d75

Please sign in to comment.