myFunction이라는 기능을 실행한다.

코드

function myFunction() {
  alert("Hello World!");
}
myFunction();