From c5cd17a7925dde128af3aaeda35f43d306ca10dc Mon Sep 17 00:00:00 2001 From: jasong Date: Mon, 6 Feb 2017 13:41:52 -0600 Subject: [PATCH 1/5] Day 15 completed --- 15 - LocalStorage/index-START.html | 42 ++++++++++++++++++++++++++++-- 1 file changed, 40 insertions(+), 2 deletions(-) diff --git a/15 - LocalStorage/index-START.html b/15 - LocalStorage/index-START.html index d444f1d68b..aad867d341 100644 --- a/15 - LocalStorage/index-START.html +++ b/15 - LocalStorage/index-START.html @@ -12,7 +12,7 @@ --> - +

LOCAL TAPAS

@@ -28,7 +28,45 @@

LOCAL TAPAS

From 78bb646f403c7385ab5d9b6e46b36592319ec7e8 Mon Sep 17 00:00:00 2001 From: jasong Date: Mon, 6 Feb 2017 14:04:40 -0600 Subject: [PATCH 2/5] Day 16 complete --- 16 - Mouse Move Shadow/index-start.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/16 - Mouse Move Shadow/index-start.html b/16 - Mouse Move Shadow/index-start.html index 58a9bba861..891fea3a4d 100644 --- a/16 - Mouse Move Shadow/index-start.html +++ b/16 - Mouse Move Shadow/index-start.html @@ -31,6 +31,28 @@

🔥WOAH!

From ffd2077273101a86fff9501dc143eee5e4357bec Mon Sep 17 00:00:00 2001 From: jasong Date: Mon, 6 Feb 2017 14:15:14 -0600 Subject: [PATCH 3/5] Day 17 complete --- 17 - Sort Without Articles/index-START.html | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/17 - Sort Without Articles/index-START.html b/17 - Sort Without Articles/index-START.html index cfaf3e0440..0afe3ff857 100644 --- a/17 - Sort Without Articles/index-START.html +++ b/17 - Sort Without Articles/index-START.html @@ -43,9 +43,19 @@
    From 1f1dee776a03d7cc5bb8253ac9c4b31fd58004ab Mon Sep 17 00:00:00 2001 From: jasong Date: Mon, 6 Feb 2017 17:30:19 -0600 Subject: [PATCH 4/5] Day 18 complete --- .../index-START.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/18 - Adding Up Times with Reduce/index-START.html b/18 - Adding Up Times with Reduce/index-START.html index abdf4c91af..f158ce3c74 100644 --- a/18 - Adding Up Times with Reduce/index-START.html +++ b/18 - Adding Up Times with Reduce/index-START.html @@ -182,6 +182,24 @@ From e70ecb61d3bd2caa4dd20862716e45024b1e1f1b Mon Sep 17 00:00:00 2001 From: jasong Date: Mon, 6 Feb 2017 21:46:57 -0600 Subject: [PATCH 5/5] Day 20 complete --- .gitignore | 1 + 20 - Speech Detection/index-START.html | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/.gitignore b/.gitignore index 6e1a3738b8..973f310cae 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules/ *.log haters/ +.vscode/ \ No newline at end of file diff --git a/20 - Speech Detection/index-START.html b/20 - Speech Detection/index-START.html index d3395cca35..a267365077 100644 --- a/20 - Speech Detection/index-START.html +++ b/20 - Speech Detection/index-START.html @@ -12,6 +12,29 @@