for (var prop in massiveA) { var child = massiveA[prop]; for (var prop in child) { alert(child[prop].age); } }