Tuesday, 26 May, 2020 UTC


Summary

In this lesson, we get the length of an Object by using the `Object.keys()` method. The `Object.keys()` method returns an array of the enumerable property names. Then we determine the length of the array, by using the `length` property.