From 972819691dfd9f100075af13963497febe94675c Mon Sep 17 00:00:00 2001 From: bayu Date: Mon, 8 Mar 2021 17:12:35 +0700 Subject: [PATCH] init --- solutions/day-01/helloworld.js | 1 + solutions/day-01/index.html | 173 +++++++++++++++++++++++++++++++ solutions/day-01/introduction.js | 1 + 3 files changed, 175 insertions(+) create mode 100644 solutions/day-01/helloworld.js create mode 100644 solutions/day-01/index.html create mode 100644 solutions/day-01/introduction.js diff --git a/solutions/day-01/helloworld.js b/solutions/day-01/helloworld.js new file mode 100644 index 0000000..e224dea --- /dev/null +++ b/solutions/day-01/helloworld.js @@ -0,0 +1 @@ +console.log('MENCOBA MENGULANG JAVASCRIPT DARI AWAL') \ No newline at end of file diff --git a/solutions/day-01/index.html b/solutions/day-01/index.html new file mode 100644 index 0000000..6e09acd --- /dev/null +++ b/solutions/day-01/index.html @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + Multiple External Scripts + + + +

halo semua

+ + + + + + + + + + + + + + + diff --git a/solutions/day-01/introduction.js b/solutions/day-01/introduction.js new file mode 100644 index 0000000..f93e0aa --- /dev/null +++ b/solutions/day-01/introduction.js @@ -0,0 +1 @@ +console.log('WELCOME TO MY SOLUTION 30 DAYS REACT') \ No newline at end of file