Answers for "how to create a function with a display greeting"

0

how to create a function with a display greeting

function displayGreeting() {
  console.log('Hello, world!');
}
Posted by: Guest on April-19-2021

Code answers related to "how to create a function with a display greeting"

Code answers related to "Javascript"

Browse Popular Code Answers by Language