Why is my tmp object getting undefined values?
const onFill = () => { var tmp = { name: system.name, street: system.street }; console.log(tmp); co