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

Skip to content

Commit 019105c

Browse files
authored
Update MAKEME.md
Add some more options for homework
1 parent 2e13f6c commit 019105c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

Week4/MAKEME.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
1. Practice the concepts
66
2. Homework exercises
7+
3. Challenges
78

89
## **1. Practice the concepts**
910

@@ -14,8 +15,19 @@ Before we head into the homework exercises, it might be nice to do some interact
1415
## **2. Homework exercises**
1516

1617
This week we expect you to do the exercises in the corresponding module/week folder (JavaScript / Week 4). Have a look at your class repository on how to hand in the homework.
18+
19+
## **3. Challenges**
20+
21+
Have a look at the challenges folder in this repository to try some harder problems. We expect these to be hard, so take your time to try and solve them yourself. If you really can't figure it out then have a look at the solutions, but it usually sticks better if you find the solution yourself.
1722

1823
## Finished?
1924

2025
So you think you are a JavaScript superstar now huh? :wink:
21-
Have a look at the challenges folder in this repository to try some harder problems. We expect these to be hard, so take your time to try and solve them yourself. If you really can't figure it out then have a look at the solutions, but it usually sticks better if you find the solution yourself.
26+
27+
Once you have finished the homework there are a couple of things you can keep doing to improve your JavaScript and problem solving skills. Have a look at the following and come back to them later in the curriculum, it is never bad to do these exercises!
28+
29+
- [Exercism](https://exercism.io/tracks/javascript)
30+
Exercism has a JavaScript track that has some nice exercises to practice your skills. The easy ones will be similar to what you have done the past weeks, but the hard ones may take some working together to fix.
31+
- [Project Euler](https://projecteuler.net/)
32+
Project Euler defines problems that you can use your new JavaScript knowledge to find solutions for. These start off doable with the knowledge you have now and will get more and more difficult. You can come back to it later if you get stuck, or ask your classmates! Whenever you have some time or want to practice problem solving this is a good place to go.
33+

0 commit comments

Comments
 (0)