Week 7 - Day 1
Agenda
Time | Activity |
---|---|
6:30 - 8:30 pm | Review Template Literals & Objects |
8:30pm - 9:00 pm | Soft Stop Break |
9:00pm - 10:45 pm | Objects Lab |
10:45pm | Exit Tickets |
Note
- On saturday we learned about how to make custom objects from classes that can be classified together
- Today we are going to learn about how to manipulate objects
- You will earn about POJOS aka Plain Old Javascript Objects (objects not made from a special class)
- In Javascripts we call them Pojos or just Objects and in Python they call them Dictionaries