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

Recursive Methods: update assignment #1's instructions #28837

Merged
merged 2 commits into from
Sep 23, 2024

Conversation

thereisnodeveloper
Copy link
Contributor

Because

  • It's too early for reader to attempt some of these exercises
  • There are redundant exercises further down the curriculum that ARE required, AND come after reader has gained sufficient knowledge to tackle them

This PR

  • Makes it clear reader doesn't have to do the tasks in Assignment 1

Issue

Closes #28790

Additional Information

Pull Request Requirements

  • I have thoroughly read and understand The Odin Project curriculum contributing guide
  • The title of this PR follows the location of change: brief description of change format, e.g. Intro to HTML and CSS lesson: Fix link text
  • The Because section summarizes the reason for this PR
  • The This PR section has a bullet point list describing the changes in this PR
  • If this PR addresses an open issue, it is linked in the Issue section
  • If any lesson files are included in this PR, they have been previewed with the Markdown preview tool to ensure it is formatted correctly
  • If any lesson files are included in this PR, they follow the Layout Style Guide

@github-actions github-actions bot added the Content: JavaScript Involves the JavaScript course label Sep 22, 2024
@CouchofTomato CouchofTomato requested review from a team and bycdiaz and removed request for a team September 22, 2024 20:48
Comment on lines 28 to 29
1. Read this [intro to recursion](https://javascript.info/recursion). You do
*not* need to complete the exercises at the end of the article.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't need to manually line break here. Each line should contain a whole paragraph (or list item in this case).

Suggested change
1. Read this [intro to recursion](https://javascript.info/recursion). You do
*not* need to complete the exercises at the end of the article.
1. Read this [intro to recursion](https://javascript.info/recursion). You do *not* need to complete the exercises at the end of the article.

@MaoShizhong MaoShizhong merged commit c02716b into TheOdinProject:main Sep 23, 2024
2 checks passed
@thereisnodeveloper thereisnodeveloper deleted the dont-do-exercises branch September 23, 2024 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content: JavaScript Involves the JavaScript course
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JavaScript Recursion: make clear whether to complete the exercises in linked resource
2 participants