From c8288c0fd68b217bb1665ea6e1e599c562767b21 Mon Sep 17 00:00:00 2001 From: mohamedmehdigara Date: Wed, 1 Feb 2023 13:14:59 +0100 Subject: [PATCH] added files --- 30DaysOfJS/helloworld.js | 1 + 30DaysOfJS/index.html | 11 +++++++++++ 30DaysOfJS/introduction.js | 1 + 3 files changed, 13 insertions(+) create mode 100644 30DaysOfJS/helloworld.js create mode 100644 30DaysOfJS/index.html create mode 100644 30DaysOfJS/introduction.js 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