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