My reading notes
How would you describe an object to a non-technical friend you grew up with?
What are some advantages to creating object literals?
How do objects differ from arrays?
Give an example for when you would need to use bracket notation to access an object’s property instead of dot notation.
Evaluate the code below. What does the term this refer to and what is the advantage to using this?
this
refers to each property within an object. Advantages is this can be used to call any property paired with its keyWhat is the DOM?
Briefly describe the relationship between the DOM and JavaScript.