How do you return a value from a function in JavaScript?
console.log(result);
return result;
result();
output(result);