From c9e28d3300e5d1902941a928fdd19e7f099f482b Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 24 Oct 2017 16:08:48 -0700 Subject: [PATCH] Last completed assignment. fixed space bug, and lettering bug. added random check. --- DanielB/README.md | 4 +++ DanielB/index.html | 66 ++++++++++++++++++++++++++++++++++++++++++++++ README.md | 3 --- 3 files changed, 70 insertions(+), 3 deletions(-) create mode 100644 DanielB/README.md create mode 100644 DanielB/index.html delete mode 100644 README.md diff --git a/DanielB/README.md b/DanielB/README.md new file mode 100644 index 0000000..d3f7aba --- /dev/null +++ b/DanielB/README.md @@ -0,0 +1,4 @@ +js_scroll +========= + +Exercise for the CodingDojo's Javascript course. See the learning platform to see how you should improve the codes. There are several bugs with the codes which are intentional. :) diff --git a/DanielB/index.html b/DanielB/index.html new file mode 100644 index 0000000..e7f8fca --- /dev/null +++ b/DanielB/index.html @@ -0,0 +1,66 @@ + + + Javascript Demo + + + + + Coding is
+ + + + + + \ No newline at end of file diff --git a/README.md b/README.md deleted file mode 100644 index 57365bb..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# javaScriptFunTwo - -You know what to do! Send a pull request with your latest completed assignment.