From b30d664b21ab814a88322818bc6339e5b6973d01 Mon Sep 17 00:00:00 2001 From: Shifa25 Date: Mon, 30 Oct 2023 22:46:25 +0530 Subject: [PATCH] added quotes in geeksay.js --- geeksay.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/geeksay.js b/geeksay.js index 7dfba78..5abc29e 100644 --- a/geeksay.js +++ b/geeksay.js @@ -274,6 +274,8 @@ const quotes = [ "Sometimes it's okay to run", // Sometimes it's okay to ctrl+F5 "Divide and conquer", // / and conquer "It's nice to find love, propose, send gifts, marry and live happy life", // It's nice to ctrl+f <3, commit, push gifts, merge && live :) 42 + "He's so persistent", // He's so while(true) + "She's quite dynamic", //She's quite JavaScript. ]; function isNumeric(num) {