Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added 5 more quotes (issue #2) #10

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion quote_repo.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,12 @@ const quotes = [
'There’s nothing we can’t do if we work hard, never sleep, and shirk all other responsibilities in our lives.',
"No matter what I do, literally nothing bad can happen to me. I'm like a white male US senator.",
'I would like to be president some day, so, no, I have not smoked marijuana.',
'Every great work of art contains a message. And the message of this painting is get out of my way unless you want an arrow in your ass, Marcia.'
'Every great work of art contains a message. And the message of this painting is get out of my way unless you want an arrow in your ass, Marcia.',
"that's a very good question sir, and i would counter with my very own question which is: why is half of your face all swirly?",
"last night i opened up this gift basket for my own pleasure",
"when you spill something and you try to wipe it up with something that's dirty then you get double dirty",
"I asked Ron to blow the whistle on me and he refused, and that's why i had to whistle blow myself",
"how's this for a headline? 'still swingin, parks gang reunites for one last bang'"
];

module.exports = quotes;