-
Notifications
You must be signed in to change notification settings - Fork 4.8k
isEven -- Modulo issue #83
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
Comments
Thanks for your feedback, @erictessin. Do you have a suggested solution for improving this test? |
Hey @mybrainishuge! Maybe delete this line in the test?
Unless there is a way to calculate the remainder using the word "modulo" that i don't know about, I don't see why including the word should make the test fail. But maybe I'm missing something? |
One of the challenges is to write a function called
^^^ This misses the point of the exercise since What's a base case for even or odd and how do you reach that base case? Think about Does that help? |
I made a change to the check for |
That does clear it up! Thank you Richard. I've been enjoying the exercises,
they're super helpful.
Best regards,
Eric T
…On Thu, Feb 11, 2021 at 5:57 PM Richard May ***@***.***> wrote:
Closed #83 <#83>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#83 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APZUN6JVST63OTIOGDM4J2DS6SDJLANCNFSM4XPXA6AA>
.
|
Test will fail for "should not use modulo" when the word "modulo" is included in comments.
The text was updated successfully, but these errors were encountered: