-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Both Paths: Recursion: Link to internal recursion exercises #30502
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
JoshDevHub
merged 4 commits into
TheOdinProject:main
from
JoshDevHub:link_to_recursion_exercises
Dec 12, 2025
Merged
Changes from 2 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
6746963
Direct learners to our internal recursion exercises for Ruby
JoshDevHub 1341ad3
Add link to the new recursion exercises in the JS course
JoshDevHub 9bcd640
Simplify JS recursion exercises assignment
JoshDevHub d42e6ea
Update javascript/computer_science/recursive_methods.md
JoshDevHub File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -36,13 +36,11 @@ | |
|
|
||
| <div class="lesson-content__panel" markdown="1"> | ||
|
|
||
| 1. Solve each of the questions from this [Code Quiz](https://www.codingame.com/playgrounds/5422/js-interview-prep-recursion) on Recursion. It is not important to have recursive algorithms committed to memory at this point; just understand how to create and use them. | ||
| 1. Go to [the recursion directory of The Odin Project's JavaScript exercises repo](https://github.com/TheOdinProject/javascript-exercises/tree/main/foundations). Complete each of the exercises in order. Be sure to review the README for each exercise prior to completing it. | ||
|
|
||
| <div class="lesson-note lesson-note--warning" markdown="1"> | ||
| <div class="lesson-note lesson-note--tip" markdown="1"> | ||
|
Check failure on line 41 in javascript/computer_science/recursive_methods.md
|
||
|
|
||
| #### Incomplete solution for question 6 | ||
|
|
||
| The solution for "Question 6: Search JS object" is incomplete. See [a more accurate solution for `contains()`](https://gist.github.com/JoshDevHub/b00125f483d4a1ecc257eaa030916973) after you solve it. | ||
| If you remember, you forked, cloned, and set everything up to run the tests in these exercises all the way back in the [Data Types and Conditionals lesson of Foundations](https://www.theodinproject.com/lessons/foundations-data-types-and-conditionals). You've come a long way! If for whatever reason, you don't have this repo setup, you can review the [setup instructions located in the top-level README of the exercises repo](https://github.com/TheOdinProject/javascript-exercises#how-to-use-these-exercises). | ||
|
|
||
| </div> | ||
|
|
||
|
|
||
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.