I have the following array:
var arr = [
{'David': '1'},
{'Camilla': '2'},
{'Sadat': '3'},
{'Vanuza': '4'},
{'Diego': '5'}
];
I wanted to access the "Camilla" value of the array I created.
Ps: I want to access the value of the key...
asked by
31.03.2016 / 23:04