Object.
getOwnPropertyDescriptors([])
{
length: {
value: 0,
writable: true,
enumerable: false,
configurable: false
},
__proto__: Object
}
we don’t want
these to show
up in a loop!
Slide 76
Slide 76 text
objects are complex!
Slide 77
Slide 77 text
objects are complex!
but also super cool
Slide 78
Slide 78 text
objects are complex!
but also super cool
don’t be afraid to peek under the
hood at how they work!