for (var y in b) {
                if (Object.prototype.hasOwnProperty.call(b, y)) {
                    c[y] = b[y];
                }
            }