JS Objects
Posted on May 25th, 2021
Today’s topics
- Introduction to the object data structure in JavaScript
- Storing data in and retrieving data from objects
🎯 Project: Build a customer directory
🔖 Resources
- MDN JavaScript Object Basics
- Eloquent JavaScript, chapter 4: Objects and Arrays
- blog post on JS objects
⭐ EXTRA/TMI
- Rebecca Murphey on using objects to write more concise code (short video)
- Podcast on learning to code with the founder of Code Newbie, Saron Yitbarek
- Lodash
- Moment.js