Description
Checks
- This is not a duplicate of an existing issue (please have a look through our open issues list to make sure)
- I have thoroughly read and understand The Odin Project Contributing Guide
- Would you like to work on this issue?
Describe your suggestion
In the Foundations Object Basics lesson, it starts off with an intro to objects with docs, then more info on objects vs primitives - all very relevant stuff. Then it suddenly goes on to map/filter/reduce array methods, and some of the assignments are for further array practice.
This seems very out-of-place for a lesson that should be on the basics of JS Objects. We ought to pull array contents, including the array-related assignments, forwards to the Arrays and Loops lesson. Perhaps the first Object Basics assignment (array methods exercises) could be omitted? I feel like array cardio + TOP jS exercises should suffice for the Arrays and Loops lesson.
Object Basics can then be left just on the basics of JS objects, then assign the remaining JS exercises.
Path
Foundations
Lesson Url
https://www.theodinproject.com/lessons/foundations-object-basics
(Optional) Discord Name
No response
(Optional) Additional Comments
No response