Skip to content

Heba, Abdulrahman#4

Open
AntarIbnShadad wants to merge 1 commit into
JoinCODED:mainfrom
AntarIbnShadad:main
Open

Heba, Abdulrahman#4
AntarIbnShadad wants to merge 1 commit into
JoinCODED:mainfrom
AntarIbnShadad:main

Conversation

@AntarIbnShadad
Copy link
Copy Markdown

No description provided.

Comment thread src/functions.ts
function isOdd(n: number): boolean {
// Your code here

if((n % 2) != 0) return true
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Careful of using !=. We have to make sure to use !==

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants