Last week we covered objects

There is something that shows up in video 7.1 that was not covered… the ability to simply initialize a variable as an object

In video of Arrays, 7.1 it shows an object initialization that we never discussed

let dObj = { x: 100, y: 200};

7.1 It also uses the var method to define variables

7.1 also talks about strings which has not been covered