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

Skip to content

Commit a77ec6d

Browse files
committed
replaced broken link to review to fundamental topics
1 parent 0a0e41b commit a77ec6d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Week1/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,13 @@ Only watch the below chapters:
3333

3434
- The 50 best websites to Learn JavaScript: http://www.codeconquest.com/blog/top-50-websites-to-learn-javascript/
3535

36-
:star: You can also already go through the [review](/Week2/REVIEW.md) of the upcoming lecture. :star:
36+
:star: You can also already go through the topics of the upcoming lecture. :star:
37+
38+
- Intro JavaScript (What is it, where can you use it for)
39+
- [Variables (var, let, const)](../fundamentals/variables.md)<br>
40+
- [Basic Data types (Strings, Numbers, Arrays, Booleans)](../fundamentals/values.md)<br>
41+
- [Operators](../fundamentals/operators.md)<br>
42+
- [Naming conventions](../fundamentals/naming_conventions.md)
3743

3844
_Please go through the material and come to class prepared!_
3945

0 commit comments

Comments
 (0)