-
Notifications
You must be signed in to change notification settings - Fork 44.1k
add hints to exercises #3
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
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
nm-woodward
added a commit
to nm-woodward/javascript-exercises
that referenced
this pull request
Feb 21, 2022
RSBlackrose
added a commit
to RSBlackrose/javascript-exercises
that referenced
this pull request
Mar 12, 2022
risseado
pushed a commit
to risseado/javascript-exercises
that referenced
this pull request
Apr 9, 2022
Add Transport Protocol to readme Link
eddyhood
pushed a commit
to eddyhood/javascript-exercises
that referenced
this pull request
Apr 9, 2022
I created a function to receive a string, turn it into an array, reverse the order of the array, and then rejoin as a string.
NevisMuir
added a commit
to NevisMuir/javascript-exercises
that referenced
this pull request
May 26, 2022
I completely forgot that .reverse was a thing you could do in javascript
bmilcs
added a commit
to bmilcs/odin-javascript-exercises
that referenced
this pull request
Jul 25, 2022
bmilcs
added a commit
to bmilcs/odin-javascript-exercises
that referenced
this pull request
Jul 25, 2022
k-fields
pushed a commit
to k-fields/javascript-exercises
that referenced
this pull request
Aug 10, 2022
sinahuss
added a commit
to sinahuss/javascript-exercises
that referenced
this pull request
Aug 20, 2022
brittanpeel
added a commit
to brittanpeel/javascript-exercises
that referenced
this pull request
Oct 23, 2022
sunny852206
added a commit
to sunny852206/javascript-exercises
that referenced
this pull request
Nov 2, 2022
rdansie
added a commit
to rdansie/javascript-exercises
that referenced
this pull request
Dec 19, 2022
rodolfo-terriquez
added a commit
to rodolfo-terriquez/javascript-exercises
that referenced
this pull request
Jan 3, 2023
String reversal
jpawz
added a commit
to jpawz/javascript-exercises
that referenced
this pull request
Jan 8, 2023
pzm0040
added a commit
to pzm0040/javascript-exercises-PZM
that referenced
this pull request
Jan 18, 2023
Syntex14
added a commit
to Syntex14/javascript-exercises-odin
that referenced
this pull request
Mar 14, 2023
Syntex14
added a commit
to Syntex14/javascript-exercises-odin
that referenced
this pull request
Mar 16, 2023
ericoptorres
added a commit
to ericoptorres/javascript-exercises-odin
that referenced
this pull request
Mar 24, 2023
ericoptorres
added a commit
to ericoptorres/javascript-exercises-odin
that referenced
this pull request
Mar 24, 2023
NeilMartinRobertson
added a commit
to NeilMartinRobertson/javascript-exercises
that referenced
this pull request
Apr 3, 2023
NeilMartinRobertson
added a commit
to NeilMartinRobertson/javascript-exercises
that referenced
this pull request
Apr 3, 2023
KyleS115
added a commit
to KyleS115/javascript-exercises
that referenced
this pull request
Jun 16, 2023
ZorahScope
added a commit
to ZorahScope/top-javascript-exercises
that referenced
this pull request
Jun 26, 2023
colincherney
added a commit
to colincherney/javascript-exercises
that referenced
this pull request
Jul 5, 2023
solipsisms
added a commit
to solipsisms/javascript-exercises
that referenced
this pull request
Jul 23, 2023
jcanoCS
added a commit
to jcanoCS/javascript-exercises
that referenced
this pull request
Sep 14, 2023
The function was modified to be able to ignore non present values by checking if the value is included in the array.
jcanoCS
added a commit
to jcanoCS/javascript-exercises
that referenced
this pull request
Sep 14, 2023
The convertToCelsius() function was modified to round to a single decimal place. This passed tests TheOdinProject#2 and TheOdinProject#3.
korybiggerstaff
added a commit
to korybiggerstaff/javascript-exercises
that referenced
this pull request
Mar 12, 2024
korybiggerstaff
added a commit
to korybiggerstaff/javascript-exercises
that referenced
this pull request
Mar 13, 2024
korybiggerstaff
added a commit
to korybiggerstaff/javascript-exercises
that referenced
this pull request
Mar 13, 2024
korybiggerstaff
added a commit
to korybiggerstaff/javascript-exercises
that referenced
this pull request
Mar 13, 2024
NadifRahman
added a commit
to NadifRahman/javascript-exercises
that referenced
this pull request
Apr 28, 2024
theankushgautam
added a commit
to theankushgautam/odin-javascript-exercises
that referenced
this pull request
May 13, 2024
bbrockbrown
added a commit
to bbrockbrown/javascript-exercises
that referenced
this pull request
Jul 27, 2024
pserighelli
added a commit
to pserighelli/javascript-exercises
that referenced
this pull request
Sep 10, 2024
lonlich
pushed a commit
to lonlich/javascript-exercises
that referenced
this pull request
Oct 5, 2024
ssaigol
added a commit
to ssaigol/javascript-exercises
that referenced
this pull request
Oct 9, 2024
Spudgun
added a commit
to Spudgun/javascript-exercises
that referenced
this pull request
Nov 26, 2024
Neon-Panda
added a commit
to Neon-Panda/javascript-exercises
that referenced
this pull request
Jan 14, 2025
Oussama5379
added a commit
to Oussama5379/javascript-exercises
that referenced
this pull request
Feb 1, 2025
add hints to exercises
Evelio35
added a commit
to Evelio35/javascript-exercises
that referenced
this pull request
Feb 15, 2025
Roo-CS
added a commit
to Roo-CS/The-Odin-Project-Javascript-Exercises
that referenced
this pull request
Feb 25, 2025
…lity for reverseString method
ignasc
added a commit
to ignasc/javascript-exercises
that referenced
this pull request
Mar 12, 2025
mp-v99
added a commit
to mp-v99/javascript-exercises
that referenced
this pull request
Mar 13, 2025
ZBO-R8io
added a commit
to ZBO-R8io/javascript-exercises
that referenced
this pull request
Apr 8, 2025
Sulemank-1
added a commit
to Sulemank-1/javascript-exercises
that referenced
this pull request
Apr 15, 2025
Write a function to reverse a string
rae-annthomas
added a commit
to rae-annthomas/javascript-exercises
that referenced
this pull request
Apr 24, 2025
added a loop to run only if number is more than 0 if less than 0 and if 0, then added outputs to pass tests TheOdinProject#3 and TheOdinProject#5
Th3Matts
added a commit
to Th3Matts/javascript-exercises
that referenced
this pull request
Jun 23, 2025
Th3Matts
added a commit
to Th3Matts/javascript-exercises
that referenced
this pull request
Jun 23, 2025
jeyden94
added a commit
to jeyden94/javascript-exercises
that referenced
this pull request
Jul 3, 2025
SC1703
added a commit
to SC1703/javascript-exercises
that referenced
this pull request
Jul 30, 2025
changed the if condition to only return true if the nu,ber is greater than or equal to 10 (was strictly equal to 6) modified the .spec.js file to perform the test incrementally
Hazelette
added a commit
to Hazelette/javascript-exercises
that referenced
this pull request
Aug 8, 2025
vivianvnl
added a commit
to vivianvnl/javascript-exercises
that referenced
this pull request
Aug 12, 2025
tharungopinath
added a commit
to tharungopinath/javascript-exercises
that referenced
this pull request
Aug 28, 2025
wilkye
added a commit
to wilkye/javascript-exercises
that referenced
this pull request
Oct 14, 2025
petkofule-jpg
pushed a commit
to petkofule-jpg/javascript-exercises
that referenced
this pull request
Oct 16, 2025
…xcerscises
jesse-prof
added a commit
to jesse-prof/forked-javascript-exercises
that referenced
this pull request
Oct 18, 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.
No description provided.