diff --git a/.gitignore b/.gitignore index 3ad82b141..1c706e249 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ .DS_Store -.node_modules +.node_modules \ No newline at end of file diff --git a/Week1/homework/app.js b/Week1/homework/app.js index 45638ad4b..2c4970db3 100644 --- a/Week1/homework/app.js +++ b/Week1/homework/app.js @@ -12,7 +12,7 @@ // 'after_dark', // ]; -const booksInfo = { +let booksInfo = { memoirs_of_a_geisha: { properties: { title: 'Memoirs of a Geisha', diff --git a/Week2/example.html b/Week2/example.html index 374f064c4..8bc151dfe 100644 --- a/Week2/example.html +++ b/Week2/example.html @@ -6,6 +6,7 @@