diff --git a/array-destructuring/exercise-1/exercise.js b/array-destructuring/exercise-1/exercise.js index a6eab299..9ac2cfd9 100644 --- a/array-destructuring/exercise-1/exercise.js +++ b/array-destructuring/exercise-1/exercise.js @@ -4,10 +4,3 @@ const personOne = { favouriteFood: "Spinach", }; -function introduceYourself(___________________________) { - console.log( - `Hello, my name is ${name}. I am ${age} years old and my favourite food is ${favouriteFood}.` - ); -} - -introduceYourself(personOne); diff --git a/array-destructuring/exercise-2/exercise.js b/array-destructuring/exercise-2/exercise.js index e11b75eb..43092858 100644 --- a/array-destructuring/exercise-2/exercise.js +++ b/array-destructuring/exercise-2/exercise.js @@ -70,3 +70,5 @@ let hogwarts = [ occupation: "Teacher", }, ]; + + diff --git a/book-library/index.html b/book-library/index.html index 23acfa71..616188fe 100644 --- a/book-library/index.html +++ b/book-library/index.html @@ -1,96 +1,56 @@ -
-Add books to your virtual library
-Add books to your virtual library
+| Title | +Author | +Number of Pages | +Read | +Delete | +
|---|
| Title | -Author | -Number of Pages | -Read | -- |
|---|---|---|---|---|
| - | - | - | - | - |