Skip to content

Heba, Abdulrahman#4

Open
AntarIbnShadad wants to merge 1 commit intoJoinCODED:mainfrom
AntarIbnShadad:main
Open

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

Conversation

@AntarIbnShadad
Copy link

No description provided.

function isOdd(n: number): boolean {
// Your code here

if((n % 2) != 0) return true

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