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

Updated quote_repo.js #8

Open
wants to merge 1 commit 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
4 changes: 3 additions & 1 deletion quote_repo.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ 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.',
'The raccoon problem is under control. They have their part of the town and we have ours.',
'Then I’m sure he’s not cheating on you. But if he is, he’s a monster. And if he’s not, you guys are great together. But if he is, I will kill him.'
];

module.exports = quotes;