From 170f2c5c6e195659eb1a524db8a5ee45f9dadc76 Mon Sep 17 00:00:00 2001 From: mohmmadAyesh Date: Thu, 21 Mar 2024 04:57:07 +0200 Subject: [PATCH 1/2] adding 6 translations item to list --- geeksay.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/geeksay.js b/geeksay.js index 7dfba78..6e568f2 100644 --- a/geeksay.js +++ b/geeksay.js @@ -180,6 +180,12 @@ const translations = { mistake: "ERROR", divide: "/", happy: ":)", + bugs:"#404!s", + super:"ctrl+c+ctrl+v+ctrl+s+ctrl+f+ctrl+z", + poetry:"", + playground:"0.0.0.0/0", + tomorrow:"runtime", + art:"", }; const translationsMap = new Map(Object.entries(translations)); From 364fceb04b96109063a9dc984aac19ecc16563a4 Mon Sep 17 00:00:00 2001 From: mohmmadAyesh Date: Thu, 21 Mar 2024 05:05:59 +0200 Subject: [PATCH 2/2] adding quotes to quotes array --- geeksay.js | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/geeksay.js b/geeksay.js index 6e568f2..72286ec 100644 --- a/geeksay.js +++ b/geeksay.js @@ -180,12 +180,6 @@ const translations = { mistake: "ERROR", divide: "/", happy: ":)", - bugs:"#404!s", - super:"ctrl+c+ctrl+v+ctrl+s+ctrl+f+ctrl+z", - poetry:"", - playground:"0.0.0.0/0", - tomorrow:"runtime", - art:"", }; const translationsMap = new Map(Object.entries(translations)); @@ -280,6 +274,11 @@ 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 + "Error 404: Love not found", // Error 404: <3 not found + "Keep calm and debug on", // Keep calm && debug 1 + "Geek by day, coder by night", // G33k by day, coder by night + "I speak fluent binary", // I speak fluent 01 + "Geek is the new cool", // G33k is the new cool ]; function isNumeric(num) {