めも。
var obj1 = {hoge: 'foo'}; var obj2 = {fuga: 'bar'}; _.extend(obj1, obj2); => {hoge: 'foo', fuga: 'bar'}