js object return code example Example: how to return an object in javascript Click to copyfunction func() { return { name: "Name", age: 34 }; }