diff --git a/01_Day_JavaScript_Refresher/object/index.html b/01_Day_JavaScript_Refresher/object/index.html deleted file mode 100644 index 8995074..0000000 --- a/01_Day_JavaScript_Refresher/object/index.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Object exercises - - - - - - \ No newline at end of file diff --git a/01_Day_JavaScript_Refresher/object/object.js b/01_Day_JavaScript_Refresher/object/object.js index b72e94a..ad022a6 100644 --- a/01_Day_JavaScript_Refresher/object/object.js +++ b/01_Day_JavaScript_Refresher/object/object.js @@ -1,12 +1,3 @@ -console.log('OBJECT LİTERALS'); - -const dog = { - name:'Lessie', - color:'Brown', - legs: '4', - age: 3, - bark: 'wooof wooof' -} console.log(dog.name,dog['color']) diff --git a/02_Day_Introduction_to_React/index.html b/02_Day_Introduction_to_React/index.html new file mode 100644 index 0000000..b2f6013 --- /dev/null +++ b/02_Day_Introduction_to_React/index.html @@ -0,0 +1,178 @@ + + + + + + + + 30 Days Of React Challenge + + + + +
+ + + + + + + \ No newline at end of file