var hello = function () {
  alert("Hello World!");
};

hello();
