Hi,
I’ve been playing with for…in and I can’t figure out how to iterate through nested objects acting as properties of other objects. I’ve looked through the documentation and searched the forum but can’t find anything. Can a single loop iterate through an object and the object’s properties which also have properties? I’m attaching my attempt as a reference.