diff --git a/app.js b/app.js index 2e56ded..b68588f 100644 --- a/app.js +++ b/app.js @@ -1,6 +1,4 @@ - - const button = document.querySelector("button") button.addEventListener('click', () => { alert("Yay, I love puppies") -}) \ No newline at end of file +}); \ No newline at end of file diff --git a/extra.css b/extra.css new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html index ef49f00..d4e8b11 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@