From f0e33ef40edc23d6a8d30172e100548818d3fc1d Mon Sep 17 00:00:00 2001 From: Dylan MacDonald Date: Thu, 8 Mar 2018 10:26:40 -0800 Subject: [PATCH 1/2] first checkin --- 01 - JavaScript Drum Kit/index-START.html | 105 +++++++++------------- 1 file changed, 44 insertions(+), 61 deletions(-) mode change 100644 => 100755 01 - JavaScript Drum Kit/index-START.html 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 From 82073f549dabd0b67127cf4b61cfd1dbc6ed1468 Mon Sep 17 00:00:00 2001 From: Dylan MacDonald Date: Wed, 14 Mar 2018 15:23:14 -0700 Subject: [PATCH 2/2] updated --- 07 - Array Cardio Day 2/index-START.html | 123 ++++++++++++++------ 08 - Fun with HTML5 Canvas/index-START.html | 68 ++++++++--- 2 files changed, 141 insertions(+), 50 deletions(-) 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