-
Notifications
You must be signed in to change notification settings - Fork 38.9k
zero factorial is 1 #8
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nice catch!! thanks! |
You're welcome! |
willgodev
pushed a commit
to willgodev/javascript-exercises
that referenced
this pull request
Dec 21, 2020
zero factorial is 1
thigmotaxis
added a commit
to thigmotaxis/javascript-exercises
that referenced
this pull request
Apr 22, 2022
murosaka
added a commit
to murosaka/javascript-exercises
that referenced
this pull request
Jul 21, 2022
k-fields
pushed a commit
to k-fields/javascript-exercises
that referenced
this pull request
Aug 10, 2022
RamiShafikovca
added a commit
to RamiShafikovca/javascript-exercises
that referenced
this pull request
Aug 12, 2022
sinahuss
added a commit
to sinahuss/javascript-exercises
that referenced
this pull request
Sep 4, 2022
sunny852206
added a commit
to sunny852206/javascript-exercises
that referenced
this pull request
Nov 2, 2022
Endeared
added a commit
to Endeared/javascript-exercises
that referenced
this pull request
Dec 3, 2022
bmoran17
added a commit
to bmoran17/javascript-exercises
that referenced
this pull request
Feb 24, 2023
ericoptorres
added a commit
to ericoptorres/javascript-exercises-odin
that referenced
this pull request
Mar 31, 2023
Syntex14
added a commit
to Syntex14/javascript-exercises-odin
that referenced
this pull request
Apr 10, 2023
KyleS115
added a commit
to KyleS115/javascript-exercises
that referenced
this pull request
Jun 21, 2023
ZorahScope
added a commit
to ZorahScope/top-javascript-exercises
that referenced
this pull request
Jul 12, 2023
TheOdinProject's Foundations Course: JS Fundamentals part 5 assignment
tecman4
added a commit
to tecman4/javascript-exercises
that referenced
this pull request
Oct 23, 2023
joeyriosa
added a commit
to joeyriosa/javascript-exercises
that referenced
this pull request
Jan 5, 2024
ibrahimcode85
added a commit
to ibrahimcode85/javascript-exercises
that referenced
this pull request
Jan 29, 2024
Rafaseoanes
added a commit
to Rafaseoanes/javascript-exercises
that referenced
this pull request
Feb 9, 2024
Smabian
added a commit
to Smabian/javascript-exercises
that referenced
this pull request
Feb 17, 2024
korybiggerstaff
added a commit
to korybiggerstaff/javascript-exercises
that referenced
this pull request
Mar 12, 2024
theankushgautam
added a commit
to theankushgautam/odin-javascript-exercises
that referenced
this pull request
May 14, 2024
chronushan
added a commit
to chronushan/javascript-exercises
that referenced
this pull request
Jun 6, 2024
Chegarrito
added a commit
to Chegarrito/the-odin-project-javascript-exercises
that referenced
this pull request
Jul 31, 2024
ImJasc
added a commit
to ImJasc/javascript-exercises
that referenced
this pull request
Aug 14, 2024
chris-gr81
added a commit
to chris-gr81/javascript-exercises
that referenced
this pull request
Sep 30, 2024
lonlich
added a commit
to lonlich/javascript-exercises
that referenced
this pull request
Oct 10, 2024
lonlich
pushed a commit
to lonlich/javascript-exercises
that referenced
this pull request
Oct 11, 2024
ssaigol
added a commit
to ssaigol/javascript-exercises
that referenced
this pull request
Oct 30, 2024
Oussama5379
added a commit
to Oussama5379/javascript-exercises
that referenced
this pull request
Feb 1, 2025
zero factorial is 1
Roo-CS
added a commit
to Roo-CS/The-Odin-Project-Javascript-Exercises
that referenced
this pull request
Mar 6, 2025
ignasc
added a commit
to ignasc/javascript-exercises
that referenced
this pull request
Mar 26, 2025
Sulemank-1
added a commit
to Sulemank-1/javascript-exercises
that referenced
this pull request
Apr 16, 2025
Write functions to add, subtract, sum, multiply, find power, find factorial of numbers
Invisible-Hat
added a commit
to Invisible-Hat/top-javascript-exercises
that referenced
this pull request
Jun 4, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The zero factorial is equal to 1.
Factorial - Wikipedia