-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Object Basics: Contents on array methods is misplaced #29500
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
Comments
Yet another assessment that I agree with you on!
I actually wonder if it should replace the w3schools array method coverage we have. I haven't dug into the material enough to say for sure at the moment and am happy to leave the call up to you though. I just find that I generally prefer js.info's content over w3schools. Thanks again! |
I'll have a deeper look into those resources and make a call; ultimately, I think we shouldn't have both else it'd be a bit too much. I'll get on this in due course. |
@wise-king-sullyman In Object Basics' additional resources, there's a link to the |
@MaoShizhong agree that it sounds like that additional resource could be removed as well |
As per TheOdinProject#29500 (comment) Not particularly relevant to the lesson (being an object alone isn't sufficient) and rest params are recommended instead for its purpose anyway.
This issue is stale because it has had no activity for the last 30 days. |
Checks
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
The text was updated successfully, but these errors were encountered: