So, I have an associative array, and the keys in the array are the properties of the object. I want the loop through the array and in each intervention do something like this:
Object.key
This, however, does not work and results in an undefined return, not a property value.
Is there any way to do this?
source share