how to append element as a object in js code example
Example: javascript append to object
alerts.push({num : 3, app:'helloagain_again',message:'yet another message'});
alerts.push({num : 3, app:'helloagain_again',message:'yet another message'});