@@ -24,29 +24,29 @@ Go through the topics of week 2-4.
2424
2525### Week 2
2626
27- - [ Variables (var, let, const)] ( fundamentals/variables.md )
28- - [ Basic Data types (Strings, Numbers, Arrays, Booleans)] ( fundamentals/values.md )
29- - [ Operators] ( fundamentals/operators.md )
30- - [ Naming conventions] ( fundamentals/naming_conventions.md )
27+ - [ Variables (var, let, const)] ( ../ fundamentals/variables.md)
28+ - [ Basic Data types (Strings, Numbers, Arrays, Booleans)] ( ../ fundamentals/values.md)
29+ - [ Operators] ( ../ fundamentals/operators.md)
30+ - [ Naming conventions] ( ../ fundamentals/naming_conventions.md)
3131
3232### Week 3
3333
34- - [ Advanced data types (objects)] ( fundamentals/objects.md )
35- - [ Conditional execution] ( fundamentals/conditional_execution.md ) <br >
36- - [ Statements vs Expressions] ( fundamentals/statements_expressions.md ) <br >
37- - [ Loops (for/while)] ( fundamentals/loops.md )
38- - [ Functions] ( fundamentals/functions.md )
39- - [ Scope] ( fundamentals/scope.md )
34+ - [ Advanced data types (objects)] ( ../ fundamentals/objects.md)
35+ - [ Conditional execution] ( ../ fundamentals/conditional_execution.md) <br >
36+ - [ Statements vs Expressions] ( ../ fundamentals/statements_expressions.md) <br >
37+ - [ Loops (for/while)] ( ../ fundamentals/loops.md)
38+ - [ Functions] ( ../ fundamentals/functions.md)
39+ - [ Scope] ( ../ fundamentals/scope.md)
4040
4141### Week 4
4242
4343- Capturing user input
4444- Events
45- - [ Basic DOM manipulations (img src, innerHTML)] ( fundamentals/DOM_manipulation.md )
45+ - [ Basic DOM manipulations (img src, innerHTML)] ( ../ fundamentals/DOM_manipulation.md)
4646- Code debugging using the browser
47- - [ Code commenting] ( fundamentals/code_commenting.md )
47+ - [ Code commenting] ( ../ fundamentals/code_commenting.md)
4848- Structuring code files
49- - [ Code formatting] ( fundamentals/code_formatting.md )
49+ - [ Code formatting] ( ../ fundamentals/code_formatting.md)
5050
5151
5252_ Please go through the material and come to class prepared!_
0 commit comments