Przejdź do głównej zawartości
function returnDummyObject() {
return {
foo: "bar"
}
}

console.log(returnDummyObject())