From 93370fac785df9657c0a87b25a9ceb935079e657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gro=C3=9Fe?= Date: Wed, 17 Jan 2018 15:56:12 +0100 Subject: [PATCH 1/5] adds keyhandler --- 01 - JavaScript Drum Kit/index-START.html | 29 ++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/01 - JavaScript Drum Kit/index-START.html b/01 - JavaScript Drum Kit/index-START.html index 4070d32767..5de823e9a3 100644 --- a/01 - JavaScript Drum Kit/index-START.html +++ b/01 - JavaScript Drum Kit/index-START.html @@ -1,10 +1,12 @@ + JS Drum Kit + @@ -57,10 +59,31 @@ - + if (e.propertyName !== 'transform') return; + console.log(e.propertyName); + + this. + + } + + const keys = document.querySelectorAll('.key'); + keys.forEach(key => key.addEventListener('transitionend', removeTransition)) + - + + \ No newline at end of file From ade80f5abbfc8421db2c9c011d884254748f18b6 Mon Sep 17 00:00:00 2001 From: Ninerian Date: Wed, 17 Jan 2018 19:16:03 +0100 Subject: [PATCH 2/5] Adds Class removal and code cleanup --- 01 - JavaScript Drum Kit/index-START.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/01 - JavaScript Drum Kit/index-START.html b/01 - JavaScript Drum Kit/index-START.html index 5de823e9a3..c047146df4 100644 --- a/01 - JavaScript Drum Kit/index-START.html +++ b/01 - JavaScript Drum Kit/index-START.html @@ -60,7 +60,9 @@ From 48aebd7416834734379f3b1e3f11eed65f06c4ca Mon Sep 17 00:00:00 2001 From: Ninerian Date: Wed, 17 Jan 2018 20:52:07 +0100 Subject: [PATCH 3/5] implement day 02 --- 02 - JS and CSS Clock/index-START.html | 80 +++++++++++++++++--------- 1 file changed, 53 insertions(+), 27 deletions(-) diff --git a/02 - JS and CSS Clock/index-START.html b/02 - JS and CSS Clock/index-START.html index ee7eaefb1f..ee6a4c5f18 100644 --- a/02 - JS and CSS Clock/index-START.html +++ b/02 - JS and CSS Clock/index-START.html @@ -1,26 +1,28 @@ + JS + CSS Clock + -
-
-
-
-
-
+
+
+
+
+
+
- + + \ No newline at end of file From d51d6e7fb15e589fc0e70f76dc6f1410cb1e2929 Mon Sep 17 00:00:00 2001 From: Ninerian Date: Wed, 17 Jan 2018 21:22:39 +0100 Subject: [PATCH 4/5] Playing with variables Signed-off-by: Ninerian --- 03 - CSS Variables/index-START.html | 40 ++++++++++++++++++++++++++--- 1 file changed, 37 insertions(+), 3 deletions(-) diff --git a/03 - CSS Variables/index-START.html b/03 - CSS Variables/index-START.html index 8a4f0d556e..6753b7d8ca 100644 --- a/03 - CSS Variables/index-START.html +++ b/03 - CSS Variables/index-START.html @@ -1,11 +1,15 @@ + Scoped CSS Variables and JS + -

Update CSS Variables with JS

+

Update CSS Variables with + JS +

@@ -21,6 +25,21 @@

Update CSS Variables with JS

- + + \ No newline at end of file From 550dec3ad7890b08cf5baa6fd4a89dbc45dbcd51 Mon Sep 17 00:00:00 2001 From: Ninerian Date: Wed, 17 Jan 2018 22:09:50 +0100 Subject: [PATCH 5/5] Array operations part 1 Signed-off-by: Ninerian --- 04 - Array Cardio Day 1/index-START.html | 81 ++++++++++++++++++++++-- 1 file changed, 77 insertions(+), 4 deletions(-) diff --git a/04 - Array Cardio Day 1/index-START.html b/04 - Array Cardio Day 1/index-START.html index eec0ffc31d..94357e6312 100644 --- a/04 - Array Cardio Day 1/index-START.html +++ b/04 - Array Cardio Day 1/index-START.html @@ -1,11 +1,14 @@ + Array Cardio 💪 + -

Psst: have a look at the JavaScript Console 💁

+

+ Psst: have a look at the JavaScript Console 💁

- + + \ No newline at end of file