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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Case Suggestion: even or odd #280

Open
Tashou-fwi opened this issue Feb 18, 2022 · 1 comment
Open

Use Case Suggestion: even or odd #280

Tashou-fwi opened this issue Feb 18, 2022 · 1 comment

Comments

@Tashou-fwi
Copy link

No description provided.

@code4e
Copy link

code4e commented Mar 6, 2022

let checkEvenOdd = num => num % 2 == 0;

console.log(checkEvenOdd(7)); // false

console.log(checkEvenOdd(6)); // true

// this is my first contribution. Looking forward to more, thanks :)

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

No branches or pull requests

2 participants