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

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