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

Skip to content

Commit f96a107

Browse files
committed
removed review part: duplication from README
1 parent be20d9c commit f96a107

File tree

1 file changed

+1
-30
lines changed

1 file changed

+1
-30
lines changed

Week1/MAKEME.md

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -17,41 +17,12 @@ Topics discussed in class this week:
1717
## Step 0: Make a small dance
1818
Give yourself (or your neighbor) a little tap on the shoulder, you've made it to JS2! :muscle:
1919

20-
## Step 0: review
21-
22-
Week 2
23-
24-
- [Variables (var, let, const)](./../../../../fundamentals/blob/master/fundamentals/variables.md)
25-
- [Basic Data types (Strings, Numbers, Arrays, Booleans)](./../../../../fundamentals/blob/master/fundamentals/values.md)
26-
- [Operators](./../../../../fundamentals/blob/master/fundamentals/operators.md)
27-
- [Naming conventions](./../../../../fundamentals/blob/master/fundamentals/naming_conventions.md)
28-
29-
Week 3
30-
31-
- [Advanced data types (objects)](./../../../../fundamentals/blob/master/fundamentals/objects.md)
32-
- [Conditional execution](./../../../../fundamentals/blob/master/fundamentals/conditional_execution.md) <br>
33-
- [Statements vs Expressions](./../../../../fundamentals/blob/master/fundamentals/statements_expressions.md)<br>
34-
- [Loops (for/while)](./../../../../fundamentals/blob/master/fundamentals/loops.md)
35-
- [Functions](./../../../../fundamentals/blob/master/fundamentals/functions.md)
36-
- [Scope](./../../../../fundamentals/blob/master/fundamentals/scope.md)
37-
38-
Week 4
39-
40-
- Capturing user input
41-
- Events
42-
- [Basic DOM manipulations (img src, innerHTML)](./../../../../fundamentals/blob/master/fundamentals/DOM_manipulation.md)
43-
- Code debugging using the browser
44-
- [Code commenting](./../../../../fundamentals/blob/master/fundamentals/code_commenting.md)
45-
- Structuring code files
46-
- [Code formatting](./../../../../fundamentals/blob/master/fundamentals/code_formatting.md)
47-
- [Handing in homework via PR](../../..//fundamentals/blob/master/fundamentals/homework_pr.md)
48-
4920

5021
## Step 1: Implement feedback
5122

5223
_Deadline Monday_
5324

54-
Your fellow students have provided you with feedback in Trello.
25+
Your fellow students and teachers have provided you with feedback on your last JavaScript1 homework in Trello.
5526

5627
- Implement both feedback from Trello and Github.
5728
- Check on one of your fellow students code and issues and see if her or she implemented their feedback correctly. If there are some things that can be improved make an issue suggesting further improvements. If you think that the feedback has been implemented correctly create a issue saying something like: "nice work you can clear your issues".

0 commit comments

Comments
 (0)