@@ -20,29 +20,29 @@ Give yourself (or your neighbor) a little tap on the shoulder, you've made it to
2020
2121Week 2
2222
23- - [ Variables (var, let, const)] ( .. /fundamentals/variables.md )
24- - [ Basic Data types (Strings, Numbers, Arrays, Booleans)] ( .. /fundamentals/values.md )
25- - [ Operators] ( .. /fundamentals/operators.md )
26- - [ Naming conventions] ( .. /fundamentals/naming_conventions.md )
23+ - [ Variables (var, let, const)] ( ./../../../../fundamentals/blob/master/fundamentals /fundamentals/variables.md )
24+ - [ Basic Data types (Strings, Numbers, Arrays, Booleans)] ( ./../../../../fundamentals/blob/master /fundamentals/values.md )
25+ - [ Operators] ( ./../../../../fundamentals/blob/master /fundamentals/operators.md )
26+ - [ Naming conventions] ( ./../../../../fundamentals/blob/master /fundamentals/naming_conventions.md )
2727
2828Week 3
2929
30- - [ Advanced data types (objects)] ( .. /fundamentals/objects.md )
31- - [ Conditional execution] ( .. /fundamentals/conditional_execution.md ) <br >
32- - [ Statements vs Expressions] ( .. /fundamentals/statements_expressions.md ) <br >
33- - [ Loops (for/while)] ( .. /fundamentals/loops.md )
34- - [ Functions] ( .. /fundamentals/functions.md )
35- - [ Scope] ( .. /fundamentals/scope.md )
30+ - [ Advanced data types (objects)] ( ./../../../../fundamentals/blob/master /fundamentals/objects.md )
31+ - [ Conditional execution] ( ./../../../../fundamentals/blob/master /fundamentals/conditional_execution.md ) <br >
32+ - [ Statements vs Expressions] ( ./../../../../fundamentals/blob/master /fundamentals/statements_expressions.md ) <br >
33+ - [ Loops (for/while)] ( ./../../../../fundamentals/blob/master /fundamentals/loops.md )
34+ - [ Functions] ( ./../../../../fundamentals/blob/master /fundamentals/functions.md )
35+ - [ Scope] ( ./../../../../fundamentals/blob/master /fundamentals/scope.md )
3636
3737Week 4
3838
3939- Capturing user input
4040- Events
41- - [ Basic DOM manipulations (img src, innerHTML)] ( .. /fundamentals/DOM_manipulation.md )
41+ - [ Basic DOM manipulations (img src, innerHTML)] ( ./../../../../fundamentals/blob/master /fundamentals/DOM_manipulation.md )
4242- Code debugging using the browser
43- - [ Code commenting] ( .. /fundamentals/code_commenting.md )
43+ - [ Code commenting] ( ./../../../../fundamentals/blob/master /fundamentals/code_commenting.md )
4444- Structuring code files
45- - [ Code formatting] ( .. /fundamentals/code_formatting.md )
45+ - [ Code formatting] ( ./../../../../fundamentals/blob/master /fundamentals/code_formatting.md )
4646
4747
4848## Step 1: Implement feedback
0 commit comments