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

Update how_this_course_will_work.md #27866

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion react/introduction/how_this_course_will_work.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Make sure you’ve completed our [JavaScript course](https://www.theodinproject.com/paths/full-stack-javascript/courses/javascript) before starting this one. We can’t emphasize enough how important it is to have a solid understanding of JavaScript before diving into React. At the end of the day, React *is* vanilla JavaScript, so being able to navigate JavaScript is paramount to building a successful React project.

### The journey ahead

Check failure on line 7 in react/introduction/how_this_course_will_work.md

View workflow job for this annotation

GitHub Actions / Lint lesson files

Required heading structure

react/introduction/how_this_course_will_work.md:7 TOP004/lesson-headings Required heading structure [Expected: ### Lesson overview; Actual: ### The journey ahead] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP004.md

All the lessons follow a similar structure that you'll be accustomed to from prior courses: lesson content followed by assignments. We've also incorporated interactive examples via CodeSandbox to demonstrate the concepts you'll learn in those lessons.

Expand All @@ -12,4 +12,4 @@

Now then,

### Let’s start Reactin
### Let’s start Reactin!!