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