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 @@ + + +
+