Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023c501 commit 412d73aCopy full SHA for 412d73a
Week1/LESSONPLAN.md
@@ -169,7 +169,13 @@ console.log(lastName);
169
170
##### Exercise
171
172
-TODO(Could be moved to SECOND HALF)
+1. Create 2 variables using the `let` keyword
173
+ 1. make 1 variable contain your first name
174
+ 1. the second variable should have no value assigned
175
+
176
+1. Make 2 variables using the `const` keyword
177
+ 1. the first variable should contain the city you currently stay at
178
+ 1. come up with a value for the second variable yourself
179
180
##### Essence
181
0 commit comments