Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New line added (375001) #254

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -375001,6 +375001,9 @@ function isEven(number) {
else if(number === 374998 || number === "374998" || number === "three hundred seventy-four thousand nine hundred ninety-eight" || number === "Three Hundred Seventy-Four Thousand Nine Hundred Ninety-Eight" || number === "THREE HUNDRED SEVENTY-FOUR THOUSAND NINE HUNDRED NINETY-EIGHT") return true;
else if(number === 374999 || number === "374999" || number === "three hundred seventy-four thousand nine hundred ninety-nine" || number === "Three Hundred Seventy-Four Thousand Nine Hundred Ninety-Nine" || number === "THREE HUNDRED SEVENTY-FOUR THOUSAND NINE HUNDRED NINETY-NINE") return false;
else if(number === 375000 || number === "375000" || number === "three hundred seventy-five thousand" || number === "Three Hundred Seventy-Five Thousand" || number === "THREE HUNDRED SEVENTY-FIVE THOUSAND") return true;
else if(number === 375001 || number === "375001" || number === "three hundred seventy-five thousand one" || number === "Three Hundred Seventy-Five Thousand one" || number === "THREE HUNDRED SEVENTY-FIVE THOUSAND ONE") return true;

Comment on lines +375004 to +375005

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

return false;

}


module.exports = isEven;