This is the second guide.
const greet = (name: string): void => { console.log(`Hello, ${name}!`); }; greet("Guide 2");