function greeting() { return 'hi'; } const result = greeting.toString(); console.log(result); // ??
function greeting() { return 'hi'; }