anabel@anabela·Oct 10

6️⃣ Looping

If we want to see the properties on an object we can use 'Object.keys()' but this excludes inherited properties so we can't see the properties from the prototype.

If we want to do this, we can use a 'for..in' loop like shown in the image. 12/15

Post by @anabela.lens