Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions geeksay.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,13 @@ const translations = {
mistake: "ERROR",
divide: "/",
happy: ":)",
hell: "java",
};

const translationsMap = new Map(Object.entries(translations));

const quotes = [
"i hope to marry you my love you are my life i have baked you a pie",
"Everything is under control", // Everything is under ctrl
"Give me a break", // Give me a <br>
"Hello World", // ping 0.0.0.0/0
Expand Down