created by Brian LeRoux & Andrew Lunny. sparodically uncurated by David Trejo.

2016 03 10 Object And Array Prototype Length

Object.create(Array).length === 1 //true

And

Object.keys(Object.create(Array)).length === 0 //true

@juliomatcom

Fork me on GitHub