Click here to Skip to main content
15,899,313 members

Comments by SL-A-SH (Top 39 by date)

SL-A-SH 14-Mar-19 23:33pm View    
Like I said I cannot use x.name or x.status because that array can change with different key value pairs. I cannot hardcode the keys
SL-A-SH 27-Dec-17 10:28am View    
Okay thank you
SL-A-SH 27-Dec-17 7:02am View    
Currently it gives me an array like this clsMsg {id: "msg_92", msg: "26 Dec, 6:18 pm"}

But I need it to be {msg_92 : "26 Dec, 6:18 pm"}
SL-A-SH 27-Dec-17 6:52am View    
But this doesn't set it as key value pair. I want the key to be the id and the value to be msg
SL-A-SH 27-Dec-17 6:45am View    
Deleted
You declared the object starred_id = {}.... but you are not using it. Can it be removed?