Как создать функцию с приветствием дисплея

function displayGreeting() {
  console.log('Hello, world!');
}
Defeated Deer