Skip to content

Commit de15f5f

Browse files
committed
Link to JavaScript 30.
1 parent 7e6eab1 commit de15f5f

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

Week1/MAKEME.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -94,16 +94,12 @@ Make sure you have read [The Document Object Model](http://eloquentjavascript.ne
9494

9595
Go trough the reading material in the [README.md](/Week2/README.md) to prepare for your next class.
9696

97-
## :boom: Bonus homework :boom:
97+
## :boom: Bonus homework — JavaScript Drum kit :boom:
9898
the Bonus homework for this week (for those of you want an extra challenge) do the following:
9999

100-
- Sign up on codewars.com
101-
- In you account setting under “clan” write “Hack Your Future”
102-
- Go do the challenges in the following playlist: https://www.codewars.com/collections/fun-fun-fundamentals
100+
- Sign up for Wes Bos's excellent [JavaScript 30](https://javascript30.com/) website — a video course where he creates 30 projects using JavaScript. This is a great place to continue rehearsing what you learned!
101+
- Enter your email address on the website. You should get an invitation link.
102+
- Once you're in, download the [starter files](https://github.com/wesbos/JavaScript30).
103+
- Watch and complete the "Getting Setup" and "JavaScript Drum Kit" videos.
103104

104-
Codewars is really a lot of fun, and you can compete against each other who has the most points :trollface:
105-
it’s a great way to really practice JavaScript a lot in various problems.
106-
107-
Please note, there are various challenges all sorted on difficultly called KIU. Kiu 8 is the easiest, Kiu 1 is the hardest, we expect you to do challenges around level 8, 7 maybe.
108-
109-
Enjoy!
105+
Have fun!

Week2/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
```
66
In week two we will discuss the following topics:
7-
• Functions + JSON/Arrays
7+
• DOM creation
8+
• Functions
89
• Array Manipulations
9-
• JSON
1010
• Map and filter
1111
• Arrow functions
1212
```
1313

14-
## Here are resources that we like you to read as a preparation for the coming lecture.
14+
## Here are resources that we like you to read as a preparation for the coming lecture.
1515

1616
### JSON
1717
- [JSON](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON) (MDN)
@@ -37,4 +37,4 @@ This chapter from _Eloquent JavaScript_ gives in-depth explanations of the topic
3737
- Chapter 3 - [Functions](http://eloquentjavascript.net/03_functions.html)
3838
- Chapter 5 - [Higher-Order Functions](http://eloquentjavascript.net/05_higher_order.html)
3939

40-
_Please go through the material and come to class prepared!_
40+
_Please go through the material and come to class prepared!_

0 commit comments

Comments
 (0)