Eloquent JavaScript [Part II: Chapters 3 & 4] 📖
- Due Jul 9, 2019 at 11:59pm
- Points 2
- Questions 2
- Available after Jul 1, 2019 at 12am
- Time Limit None
- Allowed Attempts Unlimited
Instructions
Required:
Eloquent JavaScript Links to an external site. chapters 3 & 4 cover 'Functions' and 'Data Structures: Objects and Arrays.' These are excellent introductions. Please read them carefully.
Suggested:
If you want to review some more advanced techniques with functions and objects, see Eloquent JavaScript Links to an external site. chapters 5 & 6, 'Higher-Order Functions' and 'The Secret Life of Objects.' These are denser than the prior two chapters, so take your time and ask questions on the discussion board (or in office hours) if you get stuck.
For those that learn better with video tutorials, the javaBrains YouTube playlist Links to an external site. on 'Objects and Prototypes In-Depth' is great.
If you're still scratching your head, check out MDN's 'Working with Objects' on their JavaScript Guide Links to an external site. .