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.