``` function time() { return `The time is ${new Date().toLocaleTimeString()}`; } ```