From c9fee8620eb033489bd83bb8853c6c2e1fbb3c95 Mon Sep 17 00:00:00 2001 From: Abdulhakeem Abdulazeez Date: Tue, 15 Oct 2019 15:52:35 +0100 Subject: [PATCH] added a quote --- js/scripts.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/scripts.js b/js/scripts.js index e6868e3..37d9bfa 100755 --- a/js/scripts.js +++ b/js/scripts.js @@ -22,7 +22,8 @@ var quotes = [ ['There are two ways of spreading light: to be the candle or the mirror that reflects it.', 'Edith Wharton'], ['Memories of our lives, of our work and our deeds will continue in others.', 'Rosa Parks'], ['No matter what people tell you, words and ideas can change the world.', 'Robin Williams'], - ['I believe in living today. Not in yesterday, nor in tomorrow.', 'Loretta Young'] + ['I believe in living today. Not in yesterday, nor in tomorrow.', 'Loretta Young'], + ['If you judge people, you have no time to love them. Mother Teresa'] ]; // ** - indicates code hasn't been written yet