-
-
Notifications
You must be signed in to change notification settings - Fork 44.1k
Correct punctuation in JS variables lecture #62840
Copy link
Copy link
Closed
Labels
first timers onlyOpen for anyone doing contributions for first time. You do not need permission to work on these.Open for anyone doing contributions for first time. You do not need permission to work on these.scope: curriculumLessons, Challenges, Projects and other Curricular Content in curriculum directory.Lessons, Challenges, Projects and other Curricular Content in curriculum directory.
Description
Description
Make the following change:
--- One way to declare a variable in JavaScript, is to ...
+++ One way to declare a variable in JavaScript is to ...To:
Line 14 in 2f90571
| One way to declare a variable in JavaScript, is to use the `let` keyword. You will learn more about the `let` keyword as well as other ways to declare variables in future lessons. |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
first timers onlyOpen for anyone doing contributions for first time. You do not need permission to work on these.Open for anyone doing contributions for first time. You do not need permission to work on these.scope: curriculumLessons, Challenges, Projects and other Curricular Content in curriculum directory.Lessons, Challenges, Projects and other Curricular Content in curriculum directory.