We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5602e4 commit ecba3c6Copy full SHA for ecba3c6
Sprint-3/quote-generator/quotes.js
@@ -491,3 +491,8 @@ const quotes = [
491
];
492
493
// call pickFromArray with the quotes array to check you get a random quote
494
+
495
+// getting the input and button elements from the page
496
+const quoteElement = document.getElementById("quote");
497
+const authorElement = document.getElementById("author");
498
+const buttonElement = document.getElementById("new-quote");
0 commit comments