My new post: Hi All, This time I made correct changes to the array of objects with adding "]". Now how do I sort according to value?
I am not sure how to sort out objects, though I have seen it like arrays or objects. It does not seem to work. Please advise
var storeData3 =
[{ 'key' : 'value1',
'key' : 'value2' ,
'key' : 'value3' ,
'key' : 'value10'}];
storeData3.push({'key':'value6'});
Any idea?