JavaScript. function valuePair(obj1, obj2, key) { var in_both = []; in_both.push(obj1[key]) in_both.push(obj2[key]) console.log(in_both) }
確定! 回上一頁