In the example *Resources are nested*, there is: '''js for (const friend of rubenT.properties.friends) { console.log(`* ${friend.property.name}`); } ''' Should that not be 'rubenT.properties.knows', as that is the known context for those properties?
In the example Resources are nested, there is:
'''js
for (const friend of rubenT.properties.friends) {
console.log(
* ${friend.property.name});}
'''
Should that not be 'rubenT.properties.knows', as that is the known context for those properties?