Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 412d73a

Browse files
committed
add exercise for first part of the lesson
1 parent 023c501 commit 412d73a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Week1/LESSONPLAN.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,13 @@ console.log(lastName);
169169

170170
##### Exercise
171171

172-
TODO(Could be moved to SECOND HALF)
172+
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
173179

174180
##### Essence
175181

0 commit comments

Comments
 (0)