const makeStuff = (things) => { return { stuff: things }; }; document.body.innerHTML = makeStuff({ one: 1, two: 2 });