const giveMeAnObject = (a) => ({ value: a })

console.log(giveMeAnObject(5))