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

Skip to content

Commit c085dbe

Browse files
authored
Update MAKEME.md
Add class repo link
1 parent f17b35e commit c085dbe

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Week1/MAKEME.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Homework JavaScript Week 1
22

3+
## **Todo list**
4+
5+
1. Practice the concepts
6+
2. Set up class repository
7+
38
Practice, practice, practice. This week you are not handing in any homework, but are going to practice as much javascript as you can. Play around with the exercises mentioned below, remember that you can copy the code into [JS Tutor](http://pythontutor.com/javascript.html#mode=edit) to step through the code. Or look at it in the debugger in the browser/vscode.
49

5-
## Practice the concepts
10+
## 1. Practice the concepts
611

712
Before we learn how to build actual applications, we first need to gain experience using JavaScript in a computational way. This teaches us how to think like a programmer, and gives us more experience with the language itself.
813

@@ -17,6 +22,10 @@ The above should give you a nice basis. If you have extra time and are still a l
1722
- [FreeCodeCamp: Introduction to JavaScript](https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript). Do at least 20 exercises, you can choose whichever ones you feel are challenging enough.
1823
- There is a practice-exercises folder in this week's repository that is filled with exercises to try out. The solutions are in a separate folder so you can check if you did it correctly. Clone this repository to your computer and have a go!
1924

25+
## 2. Set up class repository
26+
27+
This week you will also get invited to your class repository and get an issue assigned to you. Read through the issue and take the steps to set up your environment for the rest of the curriculum!
28+
2029
## No homework to hand in
2130
For the first 2 weeks of JavaScript there is no homework to hand in as the exercises already give you all the feedback you need. Go through the first 3 weeks at your own pace, and feel free to ask questions about any of the 3 weeks for the Q&A sessions.
2231

0 commit comments

Comments
 (0)