From d3fdda5d6dc62e9d18b1107e78fb369b9606140d Mon Sep 17 00:00:00 2001 From: Vivian Nadoti Date: Mon, 9 Oct 2023 19:20:43 -0300 Subject: [PATCH] feat(quotes): Add new quotes --- geeksay.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/geeksay.js b/geeksay.js index 1a9561e..412ba40 100644 --- a/geeksay.js +++ b/geeksay.js @@ -272,6 +272,8 @@ const quotes = [ "Don't leave blank space in your code!", // Don't alt+f4 blank ' ' in your code! "Sometimes it's okay to run", // Sometimes it's okay to ctrl+F5 "Divide and conquer", // / and conquer + "No control", // ! ctrl + "No condition", // if() ]; function isNumeric(num) {