diff --git a/geeksay.js b/geeksay.js index 0a7871e..703c522 100644 --- a/geeksay.js +++ b/geeksay.js @@ -170,6 +170,7 @@ const quotes = [ "Easy as pie", // easy as π "Live, laugh, love", // live, laugh, <3 "Green with envy", // #00ff00 with envy + "live and learn", // live && learn ] function isNumeric(num) {