diff --git a/01 - JavaScript Drum Kit/index-START.html b/01 - JavaScript Drum Kit/index-START.html old mode 100644 new mode 100755 index 4070d32767..6642763741 --- a/01 - JavaScript Drum Kit/index-START.html +++ b/01 - JavaScript Drum Kit/index-START.html @@ -1,66 +1,49 @@ - - - JS Drum Kit - - - + + + JS Drum Kit + -
-
- A - clap -
-
- S - hihat -
-
- D - kick -
-
- F - openhat -
-
- G - boom -
-
- H - ride -
-
- J - snare -
-
- K - tom -
-
- L - tink -
-
+ +
+
A clap
+
S hihat
+
D kick
+
F openhat
+
G boom
+
H ride
+
J snare
+
K tom
+
L tink
+
+ + + + + + + + + + + - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/07 - Array Cardio Day 2/index-START.html b/07 - Array Cardio Day 2/index-START.html index 969566ff78..c0486480b6 100644 --- a/07 - Array Cardio Day 2/index-START.html +++ b/07 - Array Cardio Day 2/index-START.html @@ -1,41 +1,94 @@ - - - Array Cardio 💪💪 - - -

Psst: have a look at the JavaScript Console 💁

- + - // Array.prototype.find() - // Find is like filter, but instead returns just the one you are looking for - // find the comment with the ID of 823423 - - // Array.prototype.findIndex() - // Find the comment with this ID - // delete the comment with the ID of 823423 - - - - + \ No newline at end of file diff --git a/08 - Fun with HTML5 Canvas/index-START.html b/08 - Fun with HTML5 Canvas/index-START.html index 37c148df07..fdcb7154fc 100644 --- a/08 - Fun with HTML5 Canvas/index-START.html +++ b/08 - Fun with HTML5 Canvas/index-START.html @@ -1,19 +1,57 @@ - - - HTML5 Canvas - - - - - + + + HTML5 Canvas + - - + + + + + + \ No newline at end of file