export function greet(name) { const phrase = `Hello ${name}`; return phrase; }