How can I merge 2 javascript objects, populating the properties in one if they don't exist in the other?

后端 未结 5 1816
醉酒成梦
醉酒成梦 2021-02-18 17:08

If I have a javascript object/assoc. array defined like this:

function somefunction(options) {

    var defaults = {
        prop1: \'foo\',
        prop2: \'bar         


        
5条回答
  •  清歌不尽
    2021-02-18 17:22

    
     
    Testing
    
    
    
    
    
    
    
    

提交回复
热议问题