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

adding 3 new quotations #14

Open
wants to merge 2 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
5 changes: 4 additions & 1 deletion quote_repo.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ 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.',
'Punk-ass book jockeys!',
"The only thing I'll be waving is your decapitated head on a stick in front of your weeping mother!",
"Men's rights is nothing."
];

module.exports = quotes;