Predict the output.
const obj = { value: 42, get() { return this.value } } const fn = obj.get console.log(fn())