Skip to content

Commit

Permalink
Update quotes.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jfaduna authored Nov 9, 2023
1 parent 3941000 commit 4066fc2
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module.exports = [
{
"quote": "I'm sorry, what were you asking me? Oh, yes, that stupid plastic container I asked you to buy. You see, hydrofluoric acid won't eat through plastic; it will however dissolve metal, rock, glass, ceramic. So there's that",
"quote": "I'm sorry, what were you asking me? Oh, yes, that stupid plastic container I asked you to buy. You see, hydrofluoric acid won't eat through plastic; it will however dissolve metal, rock, glass, ceramic. So there's that.",
"author": "Walter White"
},
{
Expand All @@ -18,15 +18,15 @@ module.exports = [
"author": "Jesse Pinkman"
},
{
"quote": "I do not believe fear to be an effective motivator. I want investment. For now, I'm simply interested in time frame",
"quote": "I do not believe fear to be an effective motivator. I want investment. For now, I'm simply interested in time frame.",
"author": "Gustavo Fring"
},
{
"quote": "When you have children, you always have family. They will always be your priority, your responsibility. And a man, a man provides. And he does it even when he's not appreciated or respected or even loved. He simply bears up and he does it. Because he's a man.",
"author": "Gustavo Fring"
},
{
"quote": "Hey, tell your douchebag brother-in-law to head towards the light",
"quote": "Hey, tell your douchebag brother-in-law to head towards the light.",
"author": "Jesse Pinkman"
},
{
Expand Down Expand Up @@ -454,7 +454,7 @@ module.exports = [
"author": "Walter White"
},
{
"quote": "I could have saved her",
"quote": "I could have saved her.",
"author": "Walter White"
},
{
Expand Down Expand Up @@ -482,23 +482,23 @@ module.exports = [
"author": "Jesse Pinkman"
},
{
"quote": "We're done when I say we're done",
"quote": "We're done when I say we're done.",
"author": "Walter White"
},
{
"quote": "My name is Skyler White yo. My husband is Walter White... yo",
"quote": "My name is Skyler White yo. My husband is Walter White... yo.",
"author": "Skyler White"
},
{
"quote": "To all law enforcement entities, this is not an admission of guilt.",
"author": "Walter White"
"author": "Walter White"
},
{
"quote": "We're all on the same page. The one that says, if I can't kill you, you'll sure as shit wish you were dead.",
"author": "Jesse Pinkman"
"author": "Jesse Pinkman"
},
{
"quote": "Coin flip is sacred",
"quote": "Coin flip is sacred.",
"author": "Jesse Pinkman"
},
{
Expand All @@ -510,11 +510,19 @@ module.exports = [
"author": "Tuco Salamanca"
},
{
"quote": "Get busy living or get busy dying.",
"quote": "Get busy living or get busy dying.",
"author": "Stephen King"
},
{
"quote": "Free to cook anytime, anywhere.",
"author": "Jesse Pinkman"
},
{
"quote": "Cooking is art. And the shit I cook is the bomb.",
"author": "Jesse Pinkman"
},
{
"quote": "I'm the guy your boss brought here to show you how it's done.",
"author": "Jesse Pinkman"
},
];

0 comments on commit 4066fc2

Please sign in to comment.