open_in_new
content_copy
const hello = (name: string) => { return `Hello ${name}`; } console.log(hello('World'));