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 @@ -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) {
Expand Down