Skip to content

Commit

Permalink
GH-6: add more affirmations
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam authored Oct 17, 2019
1 parent c483868 commit 15ab3d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions affirmations.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ const affirmations = [
"You are worthy and deserving of respect",
"You know more than you knew yesterday",
"You're an inspiration",
"Your life is already a miracle of chance waiting for you to shape its destiny",
"Your life is about to be incredible",
"Nothing is impossible. The word itself says 'I’m possible!'",
"Failure is just another way to learn how to do something right"
];

const getRandomAffirmation = () => affirmations[Math.floor(Math.random() * affirmations.length)];
Expand Down

0 comments on commit 15ab3d3

Please sign in to comment.