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

Warmup-1 -- lastDigit #16

Open
audricganser opened this issue Sep 5, 2021 · 2 comments
Open

Warmup-1 -- lastDigit #16

audricganser opened this issue Sep 5, 2021 · 2 comments

Comments

@audricganser
Copy link

This questions contains an extra parameter that is not needed
image

@audricganser
Copy link
Author

solution shows 3 parameters:
solutions.lastDigit = function (a, b, c) { return a % 10 == b % 10 || b % 10 == c % 10 || a % 10 == c; };

@alejandropedrazaponce
Copy link

Hey @audricganser, you can edit the file here on GitHub to fix the bug. You have to fork the original and then edit it, under your profile, review the changes, and then create a pull request to change it on the original code.

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