const world: string = 'world';
const p: number | undefined = 42;

console.log(`Hello, ${world}!`);