cara membuat fungsi dengan salam tampilan

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