diff --git a/30DaysOfJS/helloworld.js b/30DaysOfJS/helloworld.js new file mode 100644 index 0000000..8c9e2c0 --- /dev/null +++ b/30DaysOfJS/helloworld.js @@ -0,0 +1 @@ +console.log('Hello, World!') \ No newline at end of file diff --git a/30DaysOfJS/index.html b/30DaysOfJS/index.html new file mode 100644 index 0000000..7a86140 --- /dev/null +++ b/30DaysOfJS/index.html @@ -0,0 +1,11 @@ + + + + 30DaysOfJavaScript:External script + + + + + + + \ No newline at end of file diff --git a/30DaysOfJS/introduction.js b/30DaysOfJS/introduction.js new file mode 100644 index 0000000..316199c --- /dev/null +++ b/30DaysOfJS/introduction.js @@ -0,0 +1 @@ +console.log('Welcome to 30DaysOfJavaScript') \ No newline at end of file