Ad

Hello Programmer How are you?
So you must create a function, and it must return "Hello World!"

function Greet(){
  return "Hello World!"
}