From 957efa27f245a04d5862277fca0855d902524e59 Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 30 Mar 2015 13:51:35 -0700 Subject: [PATCH] first commit --- README.md | 4 ++++ index.html | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 README.md create mode 100644 index.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..d3f7aba --- /dev/null +++ b/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/index.html b/index.html new file mode 100644 index 0000000..1458704 --- /dev/null +++ b/index.html @@ -0,0 +1,65 @@ + + + Javascript Demo + + + + + Coding is
+ + + + + + \ No newline at end of file