Pushing objects into Array

I think the basic code is →

let Recipients = [];
    Recipients.push({"key" : "value"});