From 20619b7da60fe3aa5064b74f0564b440023dfe56 Mon Sep 17 00:00:00 2001 From: Meira Tompkins Date: Mon, 3 Feb 2020 09:15:42 -0500 Subject: [PATCH] week 3 changes --- index.html | 4 ++++ js/hi.js | 0 js/runme.js | 1 + week-3/index.html | 12 ++++++++++++ 4 files changed, 17 insertions(+) create mode 100644 js/hi.js create mode 100644 js/runme.js create mode 100644 week-3/index.html diff --git a/index.html b/index.html index 8c5fb3d..95e4a19 100644 --- a/index.html +++ b/index.html @@ -8,5 +8,9 @@

I Love JS!!!!!

+ Click me + + + \ No newline at end of file diff --git a/js/hi.js b/js/hi.js new file mode 100644 index 0000000..e69de29 diff --git a/js/runme.js b/js/runme.js new file mode 100644 index 0000000..9d3aa51 --- /dev/null +++ b/js/runme.js @@ -0,0 +1 @@ +console.log("this is running on console"); diff --git a/week-3/index.html b/week-3/index.html new file mode 100644 index 0000000..6c77ffd --- /dev/null +++ b/week-3/index.html @@ -0,0 +1,12 @@ + + + + + + + Week 3 in Scripting for the Web + + + + + \ No newline at end of file