diff --git a/index.js b/index.js index 1fd0d40..1f98736 100644 --- a/index.js +++ b/index.js @@ -22,7 +22,12 @@ const quotes = [ "Let’s just clam down shell we.", "Holy shrimp! This scampi happening.", "The new squid on the block.", + "This is sardine to get ridiculous.", "I’m so angry I could krill someone.", + "You've got to be squidding me.", + "Squid it already, will ya!", + "Oh bouy, these are starting to get a little finicky", + "I'm sorry, I can't kelp it!", "Too many fish puns. We should scale back." ] document.getElementById("quote").innerHTML = quotes[randomNumber(0, quotes.length)];